GET /api/bet_types/9b727b95-9a97-41c3-8128-4c6c6a7aff37/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b727b95-9a97-41c3-8128-4c6c6a7aff37",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0c86fe2-9ba3-49be-a842-7df02644243e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-09T08:13:09.900376-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": "MIL (A Houser)",
                "amount": 6627.0
            },
            {
                "team": "COL (C Flexen)",
                "amount": 3373.0
            }
        ],
        "expected_reward_tokens": 9476.61,
        "profit_sb": -23.39,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "d063aecf-7db1-45f7-a341-acbd9f75baa6",
            "gambit_id": "c0f159fb-6f40-43fc-a9c0-b23d2af288aa",
            "last_updated": "2023-08-10T15:13:05.014020-04:00",
            "created_at": "2023-08-09T08:13:09.910122-04:00",
            "name": "MIL (A Houser)",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b727b95-9a97-41c3-8128-4c6c6a7aff37/?format=api"
        },
        {
            "id": "753d87a7-8ae5-49e4-89e7-bca68a4722cd",
            "gambit_id": "6fe9b873-df1f-472d-9e76-a0d64c3cf289",
            "last_updated": "2023-08-10T15:13:05.009681-04:00",
            "created_at": "2023-08-09T08:13:09.904786-04:00",
            "name": "COL (C Flexen)",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b727b95-9a97-41c3-8128-4c6c6a7aff37/?format=api"
        }
    ]
}