GET /api/bet_types/5d98bbf4-b0ea-4d65-ad21-3253c991afa9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d98bbf4-b0ea-4d65-ad21-3253c991afa9",
    "match": "https://api-prod.gambitprofit.com/api/matches/76e6a50f-0150-4548-a56f-9cb5b01cbb37/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-01T09:22:01.347245-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": "Tampa Bay Buccaneers",
                "amount": 6253.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 3747.0
            }
        ],
        "expected_reward_tokens": 9066.85,
        "profit_sb": 66.85,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "178dc497-7581-430e-88cb-02a28421847a",
            "gambit_id": "af453b20-2ac8-4547-8eea-ba7ad247cac7",
            "last_updated": "2023-01-02T12:42:01.004034-05:00",
            "created_at": "2023-01-01T09:22:01.348378-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.45000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d98bbf4-b0ea-4d65-ad21-3253c991afa9/?format=api"
        },
        {
            "id": "77772a83-9974-4966-8bad-8ea0a8a7832d",
            "gambit_id": "7c455840-4502-4a10-a695-4910240b6dc7",
            "last_updated": "2023-01-02T12:42:01.005176-05:00",
            "created_at": "2023-01-01T09:22:01.349742-05:00",
            "name": "Carolina Panthers",
            "reward": "2.42000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d98bbf4-b0ea-4d65-ad21-3253c991afa9/?format=api"
        }
    ]
}