GET /api/bet_types/57126bd6-1790-4527-aa13-b2e3c0794e88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57126bd6-1790-4527-aa13-b2e3c0794e88",
    "match": "https://api-prod.gambitprofit.com/api/matches/48d6a11d-693a-44e4-90d0-796d3f0544c1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-14T09:33:22.680100-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",
                "amount": 5773.0
            },
            {
                "team": "TAM",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "027d1992-9bce-4104-b7a4-d99801b0512f",
            "gambit_id": "4b25d24b-1505-424a-bcb7-fef26d53ebae",
            "last_updated": "2023-08-15T10:23:13.518849-04:00",
            "created_at": "2023-08-14T09:33:22.687576-04:00",
            "name": "SFO",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57126bd6-1790-4527-aa13-b2e3c0794e88/?format=api"
        },
        {
            "id": "18e85777-ccb1-4562-a10b-9a51f723def0",
            "gambit_id": "7178cee0-9f46-4072-aeae-eb98d63e8d35",
            "last_updated": "2023-08-15T10:23:13.515341-04:00",
            "created_at": "2023-08-14T09:33:22.683718-04:00",
            "name": "TAM",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57126bd6-1790-4527-aa13-b2e3c0794e88/?format=api"
        }
    ]
}