GET /api/bet_types/4f70e021-dd01-4e55-a5a3-82cc88a5c65b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f70e021-dd01-4e55-a5a3-82cc88a5c65b",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3b630cd-5326-4d94-8204-8be3eeda38c9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-28T15:07:05.845932-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": "DC Defenders",
                "amount": 5000.0
            },
            {
                "team": "Seattle Sea Dragons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4d523e8-b547-4ab7-a496-9dc434672b7f",
            "gambit_id": "5c8e59fe-586c-43b0-8de6-2cb0c5b9ecd1",
            "last_updated": "2023-05-01T12:27:20.673465-04:00",
            "created_at": "2023-04-28T15:07:05.847383-04:00",
            "name": "DC Defenders",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f70e021-dd01-4e55-a5a3-82cc88a5c65b/?format=api"
        },
        {
            "id": "7dce33c1-f91b-4a70-8c8d-1a351e1aae87",
            "gambit_id": "1ddb7502-e33d-4be0-9997-0b038e15b999",
            "last_updated": "2023-05-01T12:27:20.675004-04:00",
            "created_at": "2023-04-28T15:07:05.848934-04:00",
            "name": "Seattle Sea Dragons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f70e021-dd01-4e55-a5a3-82cc88a5c65b/?format=api"
        }
    ]
}