GET /api/bet_types/b5c36178-4d07-493b-81e0-b35c86b391d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5c36178-4d07-493b-81e0-b35c86b391d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8f607b2-d687-45bd-bbac-36da717a26e8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-15T12:27:10.409428-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 Under 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e1966673-3717-4697-bc97-72741407908a",
            "gambit_id": "92e0de30-4dd7-44da-b439-b2eab35f47f8",
            "last_updated": "2023-04-16T18:07:20.488561-04:00",
            "created_at": "2023-04-15T12:27:10.411008-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5c36178-4d07-493b-81e0-b35c86b391d8/?format=api"
        },
        {
            "id": "d141310a-1b92-4ea2-95a5-c0af7cea62ec",
            "gambit_id": "1e0f176e-eca3-4cea-bd8b-c69a04d0465e",
            "last_updated": "2023-04-16T18:07:20.490776-04:00",
            "created_at": "2023-04-15T12:27:10.412621-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5c36178-4d07-493b-81e0-b35c86b391d8/?format=api"
        }
    ]
}