GET /api/bet_types/ca94a23c-089e-4c3c-bb98-c7aa02b4869f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca94a23c-089e-4c3c-bb98-c7aa02b4869f",
    "match": "https://api-prod.gambitprofit.com/api/matches/d57b5690-d39d-4dad-879e-56ceac20c7dc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:08:17.250999-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": "Atlanta Hawks",
                "amount": 5872.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4128.0
            }
        ],
        "expected_reward_tokens": 9453.12,
        "profit_sb": -46.88,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba596dbc-3e5c-48b2-8324-4ec1f107f92a",
            "gambit_id": "7dc3a17f-0831-42ca-8c3c-9ad8a91287b8",
            "last_updated": "2023-11-23T16:18:07.054643-05:00",
            "created_at": "2023-11-22T09:08:17.258504-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca94a23c-089e-4c3c-bb98-c7aa02b4869f/?format=api"
        },
        {
            "id": "e0b02690-72d4-44e0-88f4-e0a0004466b8",
            "gambit_id": "58a33146-8045-4195-9b1b-76fa50c86f0d",
            "last_updated": "2023-11-23T16:18:07.051088-05:00",
            "created_at": "2023-11-22T09:08:17.254483-05:00",
            "name": "Brooklyn Nets",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca94a23c-089e-4c3c-bb98-c7aa02b4869f/?format=api"
        }
    ]
}