GET /api/bet_types/6b55c832-b5c5-4a8f-b6be-6e451ea30ed3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b55c832-b5c5-4a8f-b6be-6e451ea30ed3",
    "match": "https://api-prod.gambitprofit.com/api/matches/1bb5ba2c-9ec0-429e-b855-83312499f855/?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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ccc70fd2-22aa-45c1-9665-249416056cc5",
            "gambit_id": "84e0b753-1670-4f03-a1ea-0f1a109a5236",
            "last_updated": "2022-12-03T09:52:34.950463-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b55c832-b5c5-4a8f-b6be-6e451ea30ed3/?format=api"
        },
        {
            "id": "4dcfa08c-93cb-4e26-847c-d5a889c44a61",
            "gambit_id": "80f90e23-8082-458a-aa41-291a45799f12",
            "last_updated": "2022-12-03T09:52:34.949455-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b55c832-b5c5-4a8f-b6be-6e451ea30ed3/?format=api"
        }
    ]
}