GET /api/bet_types/58d9dd9f-e51c-4f98-b180-a34b7964453d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58d9dd9f-e51c-4f98-b180-a34b7964453d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3a26956-cdd7-49c7-8d49-878933bc8022/?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": "Oregon State",
                "amount": 5000.0
            },
            {
                "team": "California",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "bd4e1720-b4d1-4068-81e4-9b2b1a8ad0dd",
            "gambit_id": "a528368e-6c7c-4c36-9318-76721322fd27",
            "last_updated": "2022-11-14T09:29:11.102329-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58d9dd9f-e51c-4f98-b180-a34b7964453d/?format=api"
        },
        {
            "id": "46c1066f-5bc7-4e71-8cd3-b4c9a9b6bc5e",
            "gambit_id": "1114cdc9-7f15-4f11-8c6d-5d52388328dd",
            "last_updated": "2022-11-14T09:29:11.103283-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "California",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58d9dd9f-e51c-4f98-b180-a34b7964453d/?format=api"
        }
    ]
}