GET /api/bet_types/658a2dfb-16b8-439a-aa32-d8a0865350e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "658a2dfb-16b8-439a-aa32-d8a0865350e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/2205abd1-aa9d-4d6c-8050-adfd2fc4f725/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "East Carolina",
                "amount": 7469.0
            },
            {
                "team": "Temple",
                "amount": 2531.0
            }
        ],
        "expected_reward_tokens": 9186.87,
        "profit_sb": 186.87,
        "profit_sb_percentage": 2.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "a4ca1c6f-b46e-4a98-ad6c-f72d1cb438e3",
            "gambit_id": "1b490b4c-7dc5-44b9-b37f-ba32bd7dc32c",
            "last_updated": "2022-11-28T10:07:12.756932-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "East Carolina",
            "reward": "1.23000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/658a2dfb-16b8-439a-aa32-d8a0865350e1/?format=api"
        },
        {
            "id": "c5ee0b13-3858-4e8f-9871-f9f1a4b26a2e",
            "gambit_id": "bd6bde48-3196-4e09-b32d-f11867ed2a2c",
            "last_updated": "2022-11-28T10:07:12.755965-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Temple",
            "reward": "3.63000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/658a2dfb-16b8-439a-aa32-d8a0865350e1/?format=api"
        }
    ]
}