GET /api/bet_types/4f653d09-f52b-433c-b029-b5d544cd0779/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f653d09-f52b-433c-b029-b5d544cd0779",
    "match": "https://api-prod.gambitprofit.com/api/matches/7035fa96-3998-4ea1-9682-d15d2d336260/?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": "OAK",
                "amount": 6057.0
            },
            {
                "team": "MIA",
                "amount": 3943.0
            }
        ],
        "expected_reward_tokens": 9266.05,
        "profit_sb": 266.05,
        "profit_sb_percentage": 2.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "14ee8dcb-ae52-4fcf-bb26-e33a0ca39909",
            "gambit_id": "fede16fd-5191-43b2-8de9-a20e912762c0",
            "last_updated": "2022-08-25T10:22:12.083940-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.53000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f653d09-f52b-433c-b029-b5d544cd0779/?format=api"
        },
        {
            "id": "5c351108-af58-4337-aa77-cf7a35f9ff6a",
            "gambit_id": "1cf0ddb1-cd3e-4dc9-b29f-67ce903ac31d",
            "last_updated": "2022-08-25T10:22:12.084366-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "2.35000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f653d09-f52b-433c-b029-b5d544cd0779/?format=api"
        }
    ]
}