GET /api/bet_types/82428e68-ce95-48a9-9d84-e074a807e24a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82428e68-ce95-48a9-9d84-e074a807e24a",
    "match": "https://api-prod.gambitprofit.com/api/matches/8137bf73-559f-4da1-bf67-addf92a049a9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-01T10:22:12.808561-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": 5000.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4de9d09-a44c-4a6d-b119-d0768265adcc",
            "gambit_id": "2a424812-4a65-4f77-a60c-41ad5d9909c5",
            "last_updated": "2023-04-03T10:07:03.510553-04:00",
            "created_at": "2023-04-01T10:22:12.810334-04:00",
            "name": "Game Total Under 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82428e68-ce95-48a9-9d84-e074a807e24a/?format=api"
        },
        {
            "id": "41c4cfeb-d252-41d7-987c-0cb5ffc3c7ae",
            "gambit_id": "bdd14301-8df9-42f0-8f80-241882e02e7b",
            "last_updated": "2023-04-03T10:07:03.512809-04:00",
            "created_at": "2023-04-01T10:22:12.812206-04:00",
            "name": "Game Total Over 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82428e68-ce95-48a9-9d84-e074a807e24a/?format=api"
        }
    ]
}