GET /api/bet_types/f2cf6b0a-3b52-466a-b22f-fb53f2a96010/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2cf6b0a-3b52-466a-b22f-fb53f2a96010",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd1863f8-a1ba-46ea-9565-0785079dd964/?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": "Coastal Carolina",
                "amount": 5000.0
            },
            {
                "team": "Buffalo",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c683f98-4e7a-4f41-abb7-c52226789fab",
            "gambit_id": "e0889c68-857c-46c8-969a-cb30b6919de5",
            "last_updated": "2022-09-18T20:47:18.283263-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Coastal Carolina",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2cf6b0a-3b52-466a-b22f-fb53f2a96010/?format=api"
        },
        {
            "id": "5e1007a6-8700-4f47-82ff-ee44e2e18206",
            "gambit_id": "a8ae60e4-16bf-4c35-b5fe-4f5360827863",
            "last_updated": "2022-09-18T20:47:18.284609-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2cf6b0a-3b52-466a-b22f-fb53f2a96010/?format=api"
        }
    ]
}