GET /api/bet_types/b3d30423-0ae1-439c-abbb-665cc0c12563/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3d30423-0ae1-439c-abbb-665cc0c12563",
    "match": "https://api-prod.gambitprofit.com/api/matches/eeedb53a-dd77-4f81-9199-291907cde880/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-28T08:23:01.789790-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": "DET",
                "amount": 5773.0
            },
            {
                "team": "MIA",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "3c0af8cf-7d85-4153-8ed8-6d605bf39898",
            "gambit_id": "859f38ef-203a-4664-8502-f3955a9306ba",
            "last_updated": "2023-07-29T19:48:01.641038-04:00",
            "created_at": "2023-07-28T08:23:01.797964-04:00",
            "name": "DET",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3d30423-0ae1-439c-abbb-665cc0c12563/?format=api"
        },
        {
            "id": "c5bc0b7c-3104-475d-921d-2a9d25fea554",
            "gambit_id": "904e7b3c-20d9-46cc-8e97-f7da8a6f9e99",
            "last_updated": "2023-07-29T19:48:01.645706-04:00",
            "created_at": "2023-07-28T08:23:01.806325-04:00",
            "name": "MIA",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3d30423-0ae1-439c-abbb-665cc0c12563/?format=api"
        }
    ]
}