GET /api/bet_types/b65be140-9b5f-463b-9760-2e4529ce965e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b65be140-9b5f-463b-9760-2e4529ce965e",
    "match": "https://api-prod.gambitprofit.com/api/matches/663e3aed-8dc2-4e26-8ccf-29bffef374ab/?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": "TAM",
                "amount": 5204.0
            },
            {
                "team": "DET",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "bb26152c-6d72-4a7c-b74f-82599f2fe9fb",
            "gambit_id": "b9e4357c-f9ae-4797-aa61-3e4f1c58ed4e",
            "last_updated": "2022-08-06T10:57:03.645307-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b65be140-9b5f-463b-9760-2e4529ce965e/?format=api"
        },
        {
            "id": "0a544cda-72fb-49ee-b6a9-5110a14761f0",
            "gambit_id": "f7da94ec-f5a1-4197-a78c-8e08b32c58c4",
            "last_updated": "2022-08-06T10:57:03.644823-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b65be140-9b5f-463b-9760-2e4529ce965e/?format=api"
        }
    ]
}