GET /api/bet_types/b1a6a4b1-f368-488c-893c-f7812e88499c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1a6a4b1-f368-488c-893c-f7812e88499c",
    "match": "https://api-prod.gambitprofit.com/api/matches/378d006e-f2ff-4187-8cb5-ef38fc34542e/?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": "Tennessee",
                "amount": 5000.0
            },
            {
                "team": "Pittsburgh",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "8b892f2a-1e8e-486e-9258-46608d05c64f",
            "gambit_id": "a6163695-9622-4d14-a82f-2220f161405d",
            "last_updated": "2022-09-11T10:57:04.492102-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1a6a4b1-f368-488c-893c-f7812e88499c/?format=api"
        },
        {
            "id": "77b5a71d-3a59-4450-867b-4aaf58bdb8cb",
            "gambit_id": "723e90ad-661d-4821-b6bc-cc234c845b6a",
            "last_updated": "2022-09-11T10:57:04.491104-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1a6a4b1-f368-488c-893c-f7812e88499c/?format=api"
        }
    ]
}