GET /api/bet_types/4585d87f-0e2f-408c-917b-a3a325ed6d13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4585d87f-0e2f-408c-917b-a3a325ed6d13",
    "match": "https://api-prod.gambitprofit.com/api/matches/71634635-b974-487b-920f-957fbad23c27/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T09:32:18.342855-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": "LOS (J Urias)",
                "amount": 6892.0
            },
            {
                "team": "COL (G Marquez)",
                "amount": 3108.0
            }
        ],
        "expected_reward_tokens": 9510.48,
        "profit_sb": 10.48,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "5e7de0bc-97ea-431f-9ea7-1039546011e0",
            "gambit_id": "1e69d245-b114-43a8-815c-b90a27c2d282",
            "last_updated": "2023-04-05T10:07:05.044455-04:00",
            "created_at": "2023-04-04T09:32:18.344185-04:00",
            "name": "LOS (J Urias)",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4585d87f-0e2f-408c-917b-a3a325ed6d13/?format=api"
        },
        {
            "id": "8cb649bf-bb50-47e2-bbb1-6f1852e9f024",
            "gambit_id": "9a69a070-7972-4cfb-922e-3cc51a3f632e",
            "last_updated": "2023-04-05T10:07:05.046503-04:00",
            "created_at": "2023-04-04T09:32:18.345511-04:00",
            "name": "COL (G Marquez)",
            "reward": "3.06000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4585d87f-0e2f-408c-917b-a3a325ed6d13/?format=api"
        }
    ]
}