GET /api/bet_types/1135145d-edba-49e3-bb3d-ae99c543dbc7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1135145d-edba-49e3-bb3d-ae99c543dbc7",
    "match": "https://api-prod.gambitprofit.com/api/matches/0d4660cd-6c18-44f7-aa86-30b457c0fb11/?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": "TCU",
                "amount": 5106.0
            },
            {
                "team": "Oklahoma State",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "037d52e7-54ee-426f-b7ce-c76d7074fa4e",
            "gambit_id": "4decf7d6-e1ae-4511-b7f7-f85628be0c91",
            "last_updated": "2022-10-17T09:31:59.026920-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TCU",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1135145d-edba-49e3-bb3d-ae99c543dbc7/?format=api"
        },
        {
            "id": "8fa2517c-47ad-4674-b20d-fcedb062d0dc",
            "gambit_id": "e1f44527-bea8-4bb7-b17d-0038189f494e",
            "last_updated": "2022-10-17T09:31:59.027867-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma State",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1135145d-edba-49e3-bb3d-ae99c543dbc7/?format=api"
        }
    ]
}