GET /api/bet_types/11f46adf-6ea9-4ad4-8be2-e00152fb71a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11f46adf-6ea9-4ad4-8be2-e00152fb71a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/62c2f78e-eee9-4ea7-88d2-5dbdae724dc1/?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": "Arnold Allen",
                "amount": 5108.0
            },
            {
                "team": "Calvin Kattar",
                "amount": 4892.0
            }
        ],
        "expected_reward_tokens": 9245.48,
        "profit_sb": -254.52,
        "profit_sb_percentage": -2.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "453bb77b-892f-49a5-8f82-9127d79a1b44",
            "gambit_id": "0f242adf-87bd-4591-ae99-d4c613b53030",
            "last_updated": "2022-10-31T11:16:57.649843-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arnold Allen",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11f46adf-6ea9-4ad4-8be2-e00152fb71a9/?format=api"
        },
        {
            "id": "31f60a7a-2a58-4908-9f96-2a213f2b1360",
            "gambit_id": "92025e5f-4d37-4538-8541-49767427c063",
            "last_updated": "2022-10-31T11:16:57.650950-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calvin Kattar",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11f46adf-6ea9-4ad4-8be2-e00152fb71a9/?format=api"
        }
    ]
}