GET /api/bet_types/c97a0882-f2f7-44da-8304-61a0353f6b37/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c97a0882-f2f7-44da-8304-61a0353f6b37",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d071acf-5d5a-4c6e-b217-2d475688a7b9/?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": "TCU",
                "amount": 5583.0
            },
            {
                "team": "Baylor",
                "amount": 4417.0
            }
        ],
        "expected_reward_tokens": 9099.02,
        "profit_sb": 99.02,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "c5fc0bf4-58b3-4057-9a57-80fee6f623d5",
            "gambit_id": "30d29339-cf26-4c93-a189-3465885f79a2",
            "last_updated": "2022-11-21T10:18:11.219883-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TCU",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c97a0882-f2f7-44da-8304-61a0353f6b37/?format=api"
        },
        {
            "id": "773d9318-b8b2-479f-986c-d53bf58e5bf9",
            "gambit_id": "591f0798-f369-4913-bcb7-5e7af4468c7b",
            "last_updated": "2022-11-21T10:18:11.218649-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baylor",
            "reward": "2.06000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c97a0882-f2f7-44da-8304-61a0353f6b37/?format=api"
        }
    ]
}