GET /api/bet_types/dfff08da-a9b5-46a7-b225-2f20b5d8e23b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dfff08da-a9b5-46a7-b225-2f20b5d8e23b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ebb63e63-4773-4d11-9d9f-063e70db7016/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-06T10:57:13.349360-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": 5939.0
            },
            {
                "team": "TEX",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "8f8812a6-3c55-4c6f-9c9c-252760d926e6",
            "gambit_id": "1ac72d57-dec5-49fa-be47-3c5cf8250b18",
            "last_updated": "2023-06-07T10:23:04.230928-04:00",
            "created_at": "2023-06-06T10:57:13.351317-04:00",
            "name": "STL",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfff08da-a9b5-46a7-b225-2f20b5d8e23b/?format=api"
        },
        {
            "id": "cd6ab3dd-41a4-439a-8f2f-d769c4c1a8e7",
            "gambit_id": "6ce5d5dc-4318-490c-80ad-ac9fbb30a3b7",
            "last_updated": "2023-06-07T10:23:04.233259-04:00",
            "created_at": "2023-06-06T10:57:13.353423-04:00",
            "name": "TEX",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfff08da-a9b5-46a7-b225-2f20b5d8e23b/?format=api"
        }
    ]
}