GET /api/bet_types/ab2264b7-8943-442a-9f84-b447443f5f16/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab2264b7-8943-442a-9f84-b447443f5f16",
    "match": "https://api-prod.gambitprofit.com/api/matches/9712c488-d16e-4240-bb71-8ce70c57ebe0/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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 Under 6",
                "amount": 5208.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "f6f4ca63-a0dd-4131-97fb-8004ad7f6454",
            "gambit_id": "cbb60e49-af62-4a5c-bdd7-0de8d5f01fc5",
            "last_updated": "2022-12-17T09:57:43.428136-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab2264b7-8943-442a-9f84-b447443f5f16/?format=api"
        },
        {
            "id": "70e6a791-a3c9-411b-a22c-61cfc49799b7",
            "gambit_id": "1ebe024c-5efa-494b-a194-66f8b1164d58",
            "last_updated": "2022-12-17T09:57:43.429276-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab2264b7-8943-442a-9f84-b447443f5f16/?format=api"
        }
    ]
}