GET /api/bet_types/349ef453-f4a5-44b7-baf7-ec9c9047ab17/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "349ef453-f4a5-44b7-baf7-ec9c9047ab17",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b824487-4244-4518-8680-011dc4637632/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-01T23:03:19.059194-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": "Morgan Charriere",
                "amount": 7275.0
            },
            {
                "team": "Manolo Zecchini",
                "amount": 2725.0
            }
        ],
        "expected_reward_tokens": 9237.75,
        "profit_sb": -262.25,
        "profit_sb_percentage": -2.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "c6560f60-e8f1-48bf-9357-47c2b5159dd8",
            "gambit_id": "06241378-d259-462d-b241-6ac2a3c62925",
            "last_updated": "2023-09-04T13:53:09.622039-04:00",
            "created_at": "2023-09-01T23:03:19.068022-04:00",
            "name": "Morgan Charriere",
            "reward": "1.27000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/349ef453-f4a5-44b7-baf7-ec9c9047ab17/?format=api"
        },
        {
            "id": "fa176586-770d-4728-9d0f-9f15aa87d4bd",
            "gambit_id": "cfe35b0d-17ee-4f9b-96cf-42b7fa0de1f2",
            "last_updated": "2023-09-04T13:53:09.618558-04:00",
            "created_at": "2023-09-01T23:03:19.063369-04:00",
            "name": "Manolo Zecchini",
            "reward": "3.39000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/349ef453-f4a5-44b7-baf7-ec9c9047ab17/?format=api"
        }
    ]
}