GET /api/bet_types/487d0946-1a0b-4ddc-a6aa-cedacc935b35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "487d0946-1a0b-4ddc-a6aa-cedacc935b35",
    "match": "https://api-prod.gambitprofit.com/api/matches/d14fa63d-bebd-4f95-83df-b121e55fdff9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-29T08:33:14.157222-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": "CIN",
                "amount": 5773.0
            },
            {
                "team": "SFO",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b8f6efa-6257-452d-ae03-95dfae48377c",
            "gambit_id": "4910ed54-b82a-4492-a855-8851edff01f5",
            "last_updated": "2023-08-30T13:23:24.747491-04:00",
            "created_at": "2023-08-29T08:33:14.160957-04:00",
            "name": "CIN",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/487d0946-1a0b-4ddc-a6aa-cedacc935b35/?format=api"
        },
        {
            "id": "1ff2fc17-47e7-4e6e-b8cd-0e485f8dcf3f",
            "gambit_id": "0e1971ff-de23-4e53-813e-2c924e0cc092",
            "last_updated": "2023-08-30T13:23:24.750832-04:00",
            "created_at": "2023-08-29T08:33:14.165104-04:00",
            "name": "SFO",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/487d0946-1a0b-4ddc-a6aa-cedacc935b35/?format=api"
        }
    ]
}