GET /api/bet_types/79b53e78-3158-4910-b972-fa3f36be4124/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79b53e78-3158-4910-b972-fa3f36be4124",
    "match": "https://api-prod.gambitprofit.com/api/matches/0008390d-6e44-499c-9973-98695db97a42/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-05T09:22:21.201028-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": "Game Total Over 7",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac18b66d-bf80-4260-8723-88ad6c8fd593",
            "gambit_id": "3a4691f9-bb25-4643-abb6-c1faedc049ce",
            "last_updated": "2023-04-06T11:42:05.554241-04:00",
            "created_at": "2023-04-05T09:22:21.205652-04:00",
            "name": "Game Total Over 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79b53e78-3158-4910-b972-fa3f36be4124/?format=api"
        },
        {
            "id": "b347352c-7d52-4bbd-aa2b-4ad1641c0e79",
            "gambit_id": "ac4cf808-b19f-4ce7-904e-f5ee5428767d",
            "last_updated": "2023-04-06T11:42:05.552529-04:00",
            "created_at": "2023-04-05T09:22:21.203187-04:00",
            "name": "Game Total Under 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79b53e78-3158-4910-b972-fa3f36be4124/?format=api"
        }
    ]
}