GET /api/bet_types/44b5145a-8564-4d73-8bc8-9dcd7c289f1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44b5145a-8564-4d73-8bc8-9dcd7c289f1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/7451b15b-ef76-44b1-829b-b8bc6f181e8e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-17T13:03:06.821467-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": "Las Vegas Raiders",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1ae7ebd1-2fc5-4196-a062-189472081af4",
            "gambit_id": "4528b12b-9ef6-433a-b341-f5efb20807d0",
            "last_updated": "2023-08-21T19:48:16.160255-04:00",
            "created_at": "2023-08-17T13:03:06.825707-04:00",
            "name": "Las Vegas Raiders",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44b5145a-8564-4d73-8bc8-9dcd7c289f1d/?format=api"
        },
        {
            "id": "b7731b3a-8192-42fe-b9a0-ab2317f56fa7",
            "gambit_id": "c69149ed-622f-4f37-897c-acccdd319d08",
            "last_updated": "2023-08-21T19:48:16.164477-04:00",
            "created_at": "2023-08-17T13:03:06.830097-04:00",
            "name": "Los Angeles Rams",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44b5145a-8564-4d73-8bc8-9dcd7c289f1d/?format=api"
        }
    ]
}