GET /api/bet_types/126007b5-59aa-4dd6-b84b-640f0a34a7d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "126007b5-59aa-4dd6-b84b-640f0a34a7d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/d805c4b8-49fd-49e6-b1b2-525e8be22342/?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": "Iowa State",
                "amount": 5583.0
            },
            {
                "team": "Baylor",
                "amount": 4417.0
            }
        ],
        "expected_reward_tokens": 9099.02,
        "profit_sb": 99.02,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "9ffac861-e7ee-4672-8f47-d86345d16b75",
            "gambit_id": "9e6e3526-1c94-42ba-bb21-01b137d6d8c7",
            "last_updated": "2022-09-25T11:27:10.376070-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iowa State",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/126007b5-59aa-4dd6-b84b-640f0a34a7d3/?format=api"
        },
        {
            "id": "480f0802-53be-4b86-b41c-5a8e07a2ed71",
            "gambit_id": "6a0fe2ad-3f10-484c-ae99-07fb24e3a6c2",
            "last_updated": "2022-09-25T11:27:10.377043-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baylor",
            "reward": "2.06000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/126007b5-59aa-4dd6-b84b-640f0a34a7d3/?format=api"
        }
    ]
}