GET /api/bet_types/c6711dc2-5f69-4cea-8642-c7c8d712bf33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6711dc2-5f69-4cea-8642-c7c8d712bf33",
    "match": "https://api-prod.gambitprofit.com/api/matches/b070fe6c-89e9-4695-b9bb-b1cd1540e8ce/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-25T12:38:08.528004-04: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": "SFO (A Cobb)",
                "amount": 6885.0
            },
            {
                "team": "OAK (K Waldichuk)",
                "amount": 3115.0
            }
        ],
        "expected_reward_tokens": 9500.75,
        "profit_sb": 0.75,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "b1664a64-f4ed-4347-afbb-8d6d297f2c61",
            "gambit_id": "08860fb0-0db5-4965-b299-a5dc2bfeadb3",
            "last_updated": "2023-08-01T21:43:03.729842-04:00",
            "created_at": "2023-07-25T12:38:08.536245-04:00",
            "name": "SFO (A Cobb)",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6711dc2-5f69-4cea-8642-c7c8d712bf33/?format=api"
        },
        {
            "id": "e0abcdd8-3a4d-4a43-9c5d-4d814b08970b",
            "gambit_id": "aa7254f7-041a-4b82-aa30-f025831b3e57",
            "last_updated": "2023-08-01T21:43:03.723870-04:00",
            "created_at": "2023-07-25T12:38:08.532203-04:00",
            "name": "OAK (K Waldichuk)",
            "reward": "3.05000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6711dc2-5f69-4cea-8642-c7c8d712bf33/?format=api"
        }
    ]
}