GET /api/bet_types/85b202be-c00c-4adc-80d3-7791af1c9ead/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85b202be-c00c-4adc-80d3-7791af1c9ead",
    "match": "https://api-prod.gambitprofit.com/api/matches/64f5e515-4b60-488d-8fa0-7fe0c03d4a19/?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": "London Spitfire",
                "amount": 6309.0
            },
            {
                "team": "Florida Mayhem",
                "amount": 3691.0
            }
        ],
        "expected_reward_tokens": 8895.31,
        "profit_sb": -104.69,
        "profit_sb_percentage": -1.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "14853647-dba5-49ce-907e-fd2e1f315664",
            "gambit_id": "e6a07475-af7b-4eb0-8ed4-2b06aa194a23",
            "last_updated": "2022-08-12T10:02:17.759208-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "London Spitfire",
            "reward": "1.41000",
            "odds": "1.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85b202be-c00c-4adc-80d3-7791af1c9ead/?format=api"
        },
        {
            "id": "eb2ee6e5-a088-4330-9cf8-b2cac39a3473",
            "gambit_id": "aa3d0735-1753-4118-b3e1-912feca9e048",
            "last_updated": "2022-08-12T10:02:17.758777-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Mayhem",
            "reward": "2.41000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85b202be-c00c-4adc-80d3-7791af1c9ead/?format=api"
        }
    ]
}