GET /api/bet_types/dd325a6d-e0a1-4a55-a510-934ccaf32002/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd325a6d-e0a1-4a55-a510-934ccaf32002",
    "match": "https://api-prod.gambitprofit.com/api/matches/384bad6f-9caf-4584-882e-3fc75a4eff67/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:13:17.375828-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": "Tennessee Titans",
                "amount": 6314.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "98219025-2be0-471a-b1a7-142a1ace95ff",
            "gambit_id": "d56256c0-8acd-4b16-9e4b-37c14e4d40ba",
            "last_updated": "2023-11-27T20:18:15.092260-05:00",
            "created_at": "2023-11-22T09:13:17.384252-05:00",
            "name": "Tennessee Titans",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd325a6d-e0a1-4a55-a510-934ccaf32002/?format=api"
        },
        {
            "id": "70aabfb5-47d1-42ed-8607-09d8b8564a08",
            "gambit_id": "71fe028e-143b-406a-a73e-2794738f40aa",
            "last_updated": "2023-11-27T20:18:15.088796-05:00",
            "created_at": "2023-11-22T09:13:17.380037-05:00",
            "name": "Carolina Panthers",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd325a6d-e0a1-4a55-a510-934ccaf32002/?format=api"
        }
    ]
}