GET /api/bet_types/b626e455-9f13-494f-8b20-5f36c9761341/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b626e455-9f13-494f-8b20-5f36c9761341",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7d230c2-5b17-4870-950e-9cdb1ec46fd4/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-24T12:36:52.996044-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f520021-d77b-416a-832b-8e805981f0f7",
            "gambit_id": "95189598-6b3a-4d36-8547-2d65f8a5ca26",
            "last_updated": "2022-12-27T10:17:01.932115-05:00",
            "created_at": "2022-12-24T12:36:52.997203-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b626e455-9f13-494f-8b20-5f36c9761341/?format=api"
        },
        {
            "id": "7bfaa7be-08da-4ef4-809a-32ff7b4c5976",
            "gambit_id": "95a12185-919f-4d7d-b7a7-883cebfe9e21",
            "last_updated": "2022-12-27T10:17:01.933258-05:00",
            "created_at": "2022-12-24T12:36:52.998473-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b626e455-9f13-494f-8b20-5f36c9761341/?format=api"
        }
    ]
}