GET /api/bet_types/d4e85445-9747-4568-9650-1de7bb4f24f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4e85445-9747-4568-9650-1de7bb4f24f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/01782482-f1d0-49bb-81cc-9b7d9ffda43d/?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": "Tulsa",
                "amount": 8053.0
            },
            {
                "team": "Temple",
                "amount": 1947.0
            }
        ],
        "expected_reward_tokens": 9501.36,
        "profit_sb": 1.36,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "30b8b913-3bcd-4f72-bab4-1244628f66c2",
            "gambit_id": "00556756-111a-47f9-b94f-392e1daa07b9",
            "last_updated": "2022-10-22T09:12:19.581989-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tulsa",
            "reward": "1.18000",
            "odds": "1.18870",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4e85445-9747-4568-9650-1de7bb4f24f2/?format=api"
        },
        {
            "id": "9c779ed4-888d-4e28-8cc2-e3062ef37a59",
            "gambit_id": "0db5401a-ce4b-4013-b84e-247b12a64a08",
            "last_updated": "2022-10-22T09:12:19.580820-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Temple",
            "reward": "4.88000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4e85445-9747-4568-9650-1de7bb4f24f2/?format=api"
        }
    ]
}