GET /api/bet_types/09199c28-f2fa-4fbb-ae0a-67772f7feae8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09199c28-f2fa-4fbb-ae0a-67772f7feae8",
    "match": "https://api-prod.gambitprofit.com/api/matches/f52d9411-96b2-4100-b530-6e7e0f2870cf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-22T13:07:01.734170-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": "KAN",
                "amount": 5317.0
            },
            {
                "team": "LAA",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "c945f2ef-0b16-4361-be6b-92015a685456",
            "gambit_id": "6ea84004-9ea9-478e-88a1-6cd4bc12b880",
            "last_updated": "2023-04-23T12:41:53.944199-04:00",
            "created_at": "2023-04-22T13:07:01.739138-04:00",
            "name": "KAN",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09199c28-f2fa-4fbb-ae0a-67772f7feae8/?format=api"
        },
        {
            "id": "6214ef07-aaac-446b-9046-aac22c7b84a0",
            "gambit_id": "cfe9bbd0-b8b0-4230-a35b-42a50e25b99b",
            "last_updated": "2023-04-23T12:41:53.942381-04:00",
            "created_at": "2023-04-22T13:07:01.736373-04:00",
            "name": "LAA",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09199c28-f2fa-4fbb-ae0a-67772f7feae8/?format=api"
        }
    ]
}