GET /api/bet_types/4b6a7e1f-9dad-4e9a-8b8a-95b888c1e7a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b6a7e1f-9dad-4e9a-8b8a-95b888c1e7a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8838b27-5533-4a90-97c5-3507e49e204a/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "822f85bb-d0a0-4766-a165-77f5e8754260",
            "gambit_id": "66f6e7be-a8ac-43d1-8f33-53cd53f31079",
            "last_updated": "2022-12-17T10:07:07.017289-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b6a7e1f-9dad-4e9a-8b8a-95b888c1e7a0/?format=api"
        },
        {
            "id": "ede04c0a-78e2-4af5-a35e-59be327a55b3",
            "gambit_id": "3031d897-467d-4589-93c0-993da0c9c99e",
            "last_updated": "2022-12-17T10:07:07.016103-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b6a7e1f-9dad-4e9a-8b8a-95b888c1e7a0/?format=api"
        }
    ]
}