GET /api/bet_types/17961bc4-d933-4483-b136-1caf8df3bed8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "17961bc4-d933-4483-b136-1caf8df3bed8",
    "match": "https://api-prod.gambitprofit.com/api/matches/c88ba35a-d47e-423e-ab1b-eb970be64bed/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-17T23:07:14.369317-04: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": "Missouri",
                "amount": 6942.0
            },
            {
                "team": "Princeton",
                "amount": 3058.0
            }
        ],
        "expected_reward_tokens": 9510.38,
        "profit_sb": 10.38,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "3bd84419-8fe5-41f0-8e4d-bd84a3584a0f",
            "gambit_id": "0a1f7607-a668-4d00-8e54-906dffa76f2f",
            "last_updated": "2023-03-19T16:47:19.709146-04:00",
            "created_at": "2023-03-17T23:07:14.371273-04:00",
            "name": "Missouri",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17961bc4-d933-4483-b136-1caf8df3bed8/?format=api"
        },
        {
            "id": "66ed7133-2063-4237-b434-8089ebad4c5b",
            "gambit_id": "e110ebc7-05f8-440b-8c1e-f05bcb983899",
            "last_updated": "2023-03-19T16:47:19.710381-04:00",
            "created_at": "2023-03-17T23:07:14.373215-04:00",
            "name": "Princeton",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17961bc4-d933-4483-b136-1caf8df3bed8/?format=api"
        }
    ]
}