GET /api/bet_types/dda41743-9512-45af-b2e9-1c3010cd60ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dda41743-9512-45af-b2e9-1c3010cd60ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6f9806e-9bb6-4335-a792-bb94f8232031/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-22T09:58:24.494442-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": "SDG (M Waldron)",
                "amount": 6139.0
            },
            {
                "team": "STL (D Hudson)",
                "amount": 3861.0
            }
        ],
        "expected_reward_tokens": 9575.28,
        "profit_sb": 75.28,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "812ce5e9-f149-4575-8d6b-58dab391e633",
            "gambit_id": "8501c554-37bf-47ed-9076-4db77e3a093e",
            "last_updated": "2023-09-23T20:48:07.456834-04:00",
            "created_at": "2023-09-22T09:58:24.501650-04:00",
            "name": "SDG (M Waldron)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dda41743-9512-45af-b2e9-1c3010cd60ca/?format=api"
        },
        {
            "id": "042980d1-b76c-4978-a07f-91bfcf85c317",
            "gambit_id": "58c19e42-88a4-424b-b35b-578c3cb4b87e",
            "last_updated": "2023-09-23T20:48:07.453364-04:00",
            "created_at": "2023-09-22T09:58:24.497926-04:00",
            "name": "STL (D Hudson)",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dda41743-9512-45af-b2e9-1c3010cd60ca/?format=api"
        }
    ]
}