GET /api/bet_types/7e4eafdb-8de7-4d72-b4c9-b00c6d81504e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e4eafdb-8de7-4d72-b4c9-b00c6d81504e",
    "match": "https://api-prod.gambitprofit.com/api/matches/41f671fe-7b16-4399-ab0c-0d0247367fa7/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-30T10:27:09.000306-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": "NC State",
                "amount": 5000.0
            },
            {
                "team": "Maryland",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e9e06f8-00ce-417b-9392-70e24df5bb62",
            "gambit_id": "a570484d-41f8-4ea8-a1e8-d74e96c4dab6",
            "last_updated": "2022-12-31T11:02:03.436031-05:00",
            "created_at": "2022-12-30T10:27:09.001889-05:00",
            "name": "NC State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e4eafdb-8de7-4d72-b4c9-b00c6d81504e/?format=api"
        },
        {
            "id": "41c7fdae-5862-4937-bb23-c41aaa570e10",
            "gambit_id": "5fcfd389-909f-4674-936f-12a2681ba79f",
            "last_updated": "2022-12-31T11:02:03.437143-05:00",
            "created_at": "2022-12-30T10:27:09.003191-05:00",
            "name": "Maryland",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e4eafdb-8de7-4d72-b4c9-b00c6d81504e/?format=api"
        }
    ]
}