GET /api/bet_types/428a718b-e6a3-4f0a-9548-7b234230bb29/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "428a718b-e6a3-4f0a-9548-7b234230bb29",
    "match": "https://api-prod.gambitprofit.com/api/matches/7345e3f0-964e-4863-a40c-fc8ea4952a67/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-17T23:07:14.715601-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": "Kansas",
                "amount": 5000.0
            },
            {
                "team": "Arkansas",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc662aec-f8ae-4186-b78d-3980e2dce2e5",
            "gambit_id": "b9dd2a9d-e938-4c58-9047-78be82340e89",
            "last_updated": "2023-03-19T16:42:15.025257-04:00",
            "created_at": "2023-03-17T23:07:14.717798-04:00",
            "name": "Kansas",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/428a718b-e6a3-4f0a-9548-7b234230bb29/?format=api"
        },
        {
            "id": "c5fed084-c003-427b-82ef-3bdbcdc165bf",
            "gambit_id": "0819c569-4eb7-424b-93ee-dd1e198ab700",
            "last_updated": "2023-03-19T16:42:15.026642-04:00",
            "created_at": "2023-03-17T23:07:14.720570-04:00",
            "name": "Arkansas",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/428a718b-e6a3-4f0a-9548-7b234230bb29/?format=api"
        }
    ]
}