GET /api/bet_types/66f6fc41-803e-4941-9a6d-f60784e14b85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66f6fc41-803e-4941-9a6d-f60784e14b85",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbe6d3c2-eb72-4018-a4fa-eb77ea269742/?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": "LOS (A Heaney)",
                "amount": 6124.0
            },
            {
                "team": "SFO (A Cobb)",
                "amount": 3876.0
            }
        ],
        "expected_reward_tokens": 9186.0,
        "profit_sb": 186.0,
        "profit_sb_percentage": 2.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "51ed4858-7036-4f54-9afe-efa3b82f4a8c",
            "gambit_id": "20b04a82-73f2-43e3-a9db-468238a806fc",
            "last_updated": "2022-09-19T11:47:12.227897-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (A Heaney)",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66f6fc41-803e-4941-9a6d-f60784e14b85/?format=api"
        },
        {
            "id": "ec613339-52c9-4d3d-9dcf-620c1c4ef081",
            "gambit_id": "1fea28fd-71b8-4cf5-aff8-c73aecb88c1f",
            "last_updated": "2022-09-19T11:47:12.226906-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (A Cobb)",
            "reward": "2.37000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66f6fc41-803e-4941-9a6d-f60784e14b85/?format=api"
        }
    ]
}