GET /api/bet_types/f9df1f86-3440-4291-b66f-7c3cb4aa63cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9df1f86-3440-4291-b66f-7c3cb4aa63cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/108c0525-79d6-4d90-adef-89cf844e5dcc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-15T11:36:57.694201-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": "STL",
                "amount": 6010.0
            },
            {
                "team": "MIL",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "de9544ff-bdbb-4523-8c80-db7db7450153",
            "gambit_id": "ea04114c-221d-4a16-a12f-f2af8a06e6f7",
            "last_updated": "2023-05-16T10:42:09.511033-04:00",
            "created_at": "2023-05-15T11:36:57.695686-04:00",
            "name": "STL",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9df1f86-3440-4291-b66f-7c3cb4aa63cf/?format=api"
        },
        {
            "id": "689bb66f-2ee4-46b0-85ee-f07f073e849e",
            "gambit_id": "d42f4c08-75ae-4b13-a3cf-c0098527bf84",
            "last_updated": "2023-05-16T10:42:09.512854-04:00",
            "created_at": "2023-05-15T11:36:57.697290-04:00",
            "name": "MIL",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9df1f86-3440-4291-b66f-7c3cb4aa63cf/?format=api"
        }
    ]
}