GET /api/bet_types/34b9cfc1-98fc-4aaf-ab94-328d3ce57ae6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34b9cfc1-98fc-4aaf-ab94-328d3ce57ae6",
    "match": "https://api-prod.gambitprofit.com/api/matches/e12231ff-742c-464b-85f2-3a9a27a4e58e/?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": "Michigan",
                "amount": 8516.0
            },
            {
                "team": "Maryland",
                "amount": 1484.0
            }
        ],
        "expected_reward_tokens": 9364.04,
        "profit_sb": 364.04,
        "profit_sb_percentage": 4.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "7ada1556-8a4a-4cc2-b8a3-377f357af9f6",
            "gambit_id": "178574c1-f08f-401c-a1c1-81b5e56c80f4",
            "last_updated": "2022-09-25T11:27:10.536293-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan",
            "reward": "1.10000",
            "odds": "1.11110",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34b9cfc1-98fc-4aaf-ab94-328d3ce57ae6/?format=api"
        },
        {
            "id": "9193ce15-656f-4224-9502-26d56bdf02b4",
            "gambit_id": "437665b5-c2fb-49a9-a211-7b236afe6668",
            "last_updated": "2022-09-25T11:27:10.537399-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Maryland",
            "reward": "6.31000",
            "odds": "7.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34b9cfc1-98fc-4aaf-ab94-328d3ce57ae6/?format=api"
        }
    ]
}