GET /api/bet_types/609345fe-c5f8-489c-83a2-569385d63498/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "609345fe-c5f8-489c-83a2-569385d63498",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca2825c7-3207-4038-9a0e-e48aaae1d67f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-08T11:46:59.864736-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": "MIA",
                "amount": 5213.0
            },
            {
                "team": "ARI",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "42fc474a-967e-4097-a8ca-97522d70fbb5",
            "gambit_id": "e10d27a8-4ee1-4f1f-b0fb-0fb64e20ab55",
            "last_updated": "2023-05-09T11:22:22.005638-04:00",
            "created_at": "2023-05-08T11:46:59.869058-04:00",
            "name": "MIA",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/609345fe-c5f8-489c-83a2-569385d63498/?format=api"
        },
        {
            "id": "917307d8-1aa7-4a57-aefa-bd8c6f6417f8",
            "gambit_id": "907f9f28-c448-4c61-8712-e8cf575d3687",
            "last_updated": "2023-05-09T11:22:22.003332-04:00",
            "created_at": "2023-05-08T11:46:59.866779-04:00",
            "name": "ARI",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/609345fe-c5f8-489c-83a2-569385d63498/?format=api"
        }
    ]
}