GET /api/bet_types/3220bf4c-a778-4915-aa90-f2c350ca3bf1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3220bf4c-a778-4915-aa90-f2c350ca3bf1",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a9555e4-a3d1-4817-a72a-6292a530e1fd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-05T11:47:05.060386-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": "WAS",
                "amount": 5421.0
            },
            {
                "team": "ARI",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "21dbd8d6-8826-45ab-8985-8d33ab47e0a8",
            "gambit_id": "8866f891-986a-403d-b725-1468751fd9b4",
            "last_updated": "2023-05-06T11:52:03.279572-04:00",
            "created_at": "2023-05-05T11:47:05.063536-04:00",
            "name": "WAS",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3220bf4c-a778-4915-aa90-f2c350ca3bf1/?format=api"
        },
        {
            "id": "a5f0eb80-28f9-4b98-9332-7593850edc8c",
            "gambit_id": "bfcb0c9c-c69b-4a5c-ac17-dd3077b22cc7",
            "last_updated": "2023-05-06T11:52:03.277806-04:00",
            "created_at": "2023-05-05T11:47:05.061798-04:00",
            "name": "ARI",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3220bf4c-a778-4915-aa90-f2c350ca3bf1/?format=api"
        }
    ]
}