GET /api/bet_types/469d03e7-815e-463a-a5bf-25f9c19d0f6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "469d03e7-815e-463a-a5bf-25f9c19d0f6a",
    "match": "https://api-prod.gambitprofit.com/api/matches/01178ad6-8ce2-4167-950e-b5315ee35823/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-18T09:53:18.139666-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": "Brooklyn Nets",
                "amount": 5939.0
            },
            {
                "team": "Utah Jazz",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "add3702f-86de-43af-b02c-1a16a7bfd291",
            "gambit_id": "53094466-4a21-4036-8508-d545435096eb",
            "last_updated": "2023-12-19T20:53:15.663835-05:00",
            "created_at": "2023-12-18T09:53:18.143397-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/469d03e7-815e-463a-a5bf-25f9c19d0f6a/?format=api"
        },
        {
            "id": "4a1e7747-347f-4d63-a422-6b0c7a3d2227",
            "gambit_id": "375d9826-6e7f-45a5-b2d8-9c793ffc137a",
            "last_updated": "2023-12-19T20:53:15.668555-05:00",
            "created_at": "2023-12-18T09:53:18.147693-05:00",
            "name": "Utah Jazz",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/469d03e7-815e-463a-a5bf-25f9c19d0f6a/?format=api"
        }
    ]
}