GET /api/bet_types/6c532be5-9f88-4c62-8c38-f10db9f978e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c532be5-9f88-4c62-8c38-f10db9f978e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/75b69b46-86d7-4146-8f29-701fa3c3fc98/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "STL (J Montgomery)",
                "amount": 5027.0
            },
            {
                "team": "ATL (C Morton)",
                "amount": 4973.0
            }
        ],
        "expected_reward_tokens": 9299.51,
        "profit_sb": 299.51,
        "profit_sb_percentage": 3.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "0c074d14-e1d7-40c2-84b5-0db4224cd1d0",
            "gambit_id": "53704472-b7b3-4bf0-ab29-7e6adc18e6fe",
            "last_updated": "2022-08-28T11:27:24.969483-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (J Montgomery)",
            "reward": "1.85000",
            "odds": "1.94340",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c532be5-9f88-4c62-8c38-f10db9f978e9/?format=api"
        },
        {
            "id": "1f82a2e6-0d63-460b-bcd3-8879727b2176",
            "gambit_id": "c61973ee-068d-4eb9-bfee-5e8dcb512326",
            "last_updated": "2022-08-28T11:27:24.969976-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (C Morton)",
            "reward": "1.87000",
            "odds": "1.96150",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c532be5-9f88-4c62-8c38-f10db9f978e9/?format=api"
        }
    ]
}