GET /api/bet_types/9e329c1d-469d-485f-8faa-6580fc2d4116/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e329c1d-469d-485f-8faa-6580fc2d4116",
    "match": "https://api-prod.gambitprofit.com/api/matches/c7ca720d-c224-439e-a473-3587edcdb7d0/?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": "Tampa Bay Lightning",
                "amount": 5000.0
            },
            {
                "team": "Boston Bruins",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "508d1f03-1078-4783-ad53-f4b71277e8aa",
            "gambit_id": "e81e7095-05a5-4f3a-9aef-2728af081bf7",
            "last_updated": "2022-11-22T10:07:04.683749-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e329c1d-469d-485f-8faa-6580fc2d4116/?format=api"
        },
        {
            "id": "93a73dde-e206-4f29-937e-6591be6c9a0d",
            "gambit_id": "d8d0ff0d-0948-4b02-a49a-4d9d14ca4186",
            "last_updated": "2022-11-22T10:07:04.684764-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e329c1d-469d-485f-8faa-6580fc2d4116/?format=api"
        }
    ]
}