GET /api/bet_types/eecd6ff5-6d7b-4ac0-8df4-c905fb5a3570/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eecd6ff5-6d7b-4ac0-8df4-c905fb5a3570",
    "match": "https://api-prod.gambitprofit.com/api/matches/c58d1c9f-8e2f-4624-8424-f38388d3e638/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-02T09:57:09.469079-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "SEA (M Gonzales)",
                "amount": 5234.0
            },
            {
                "team": "CLE (C Quantrill)",
                "amount": 4766.0
            }
        ],
        "expected_reward_tokens": 9578.22,
        "profit_sb": 78.22,
        "profit_sb_percentage": 0.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "cc1e28f7-901a-41a7-9b09-60ec8a9220f9",
            "gambit_id": "255c5d8a-0201-4a0f-9d5a-943912ceb498",
            "last_updated": "2023-04-03T14:16:51.642671-04:00",
            "created_at": "2023-04-02T09:57:09.471470-04:00",
            "name": "SEA (M Gonzales)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eecd6ff5-6d7b-4ac0-8df4-c905fb5a3570/?format=api"
        },
        {
            "id": "4d010378-afda-479b-8328-5ccc6e5a8d76",
            "gambit_id": "6b6e6855-176a-4497-83de-53b31ad654c5",
            "last_updated": "2023-04-03T14:16:51.644634-04:00",
            "created_at": "2023-04-02T09:57:09.474489-04:00",
            "name": "CLE (C Quantrill)",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eecd6ff5-6d7b-4ac0-8df4-c905fb5a3570/?format=api"
        }
    ]
}