GET /api/bet_types/c3aca9a2-5faf-4fa8-8e48-d01e526ccd2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3aca9a2-5faf-4fa8-8e48-d01e526ccd2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/4530c300-f3cb-403a-8ff6-824e20cc3eb5/?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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f5e15243-c461-4968-af3d-55c4dcb57cec",
            "gambit_id": "0921dc77-4bf3-4a6c-b830-378af3364d8e",
            "last_updated": "2022-11-07T10:22:49.461409-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3aca9a2-5faf-4fa8-8e48-d01e526ccd2c/?format=api"
        },
        {
            "id": "d488f7aa-d046-4e71-9d3f-0c5f60c563cc",
            "gambit_id": "46c7a23c-8c54-4394-bcb6-e78b5b38d77d",
            "last_updated": "2022-11-07T10:22:49.462364-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3aca9a2-5faf-4fa8-8e48-d01e526ccd2c/?format=api"
        }
    ]
}