GET /api/bet_types/dfb6f0f6-4b01-4163-bef3-32fd70b975bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dfb6f0f6-4b01-4163-bef3-32fd70b975bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/591a459a-cc6f-46f7-b2a2-fc2d2be54ae6/?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": "Vanderbilt",
                "amount": 5000.0
            },
            {
                "team": "Northern Illinois",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "223a8f31-34fd-42d1-aa6c-f5a431eb5dcd",
            "gambit_id": "cf089a8a-3e25-4d47-9f99-22fb36b6c4f6",
            "last_updated": "2022-09-18T18:12:30.929384-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vanderbilt",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfb6f0f6-4b01-4163-bef3-32fd70b975bd/?format=api"
        },
        {
            "id": "46072dcf-148a-4016-8ff6-f5973fbef6d2",
            "gambit_id": "f220b8c3-d613-4dfc-98c9-00e2928a0d7d",
            "last_updated": "2022-09-18T18:12:30.928415-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northern Illinois",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfb6f0f6-4b01-4163-bef3-32fd70b975bd/?format=api"
        }
    ]
}