GET /api/bet_types/6a61d4c5-5529-41cd-9f40-ecc8419a92b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a61d4c5-5529-41cd-9f40-ecc8419a92b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/0af81922-9f04-4ec6-b917-d9e3760781bc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-06T07:58:05.116017-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 Over 229",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3f60602-d066-45b9-bb51-55e3733c1c64",
            "gambit_id": "e503300d-2ae4-426f-8fb6-6d4c97b44eb6",
            "last_updated": "2023-11-07T21:08:22.369573-05:00",
            "created_at": "2023-11-06T07:58:05.120792-05:00",
            "name": "Game Total Over 229",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a61d4c5-5529-41cd-9f40-ecc8419a92b7/?format=api"
        },
        {
            "id": "3ee9017d-44e4-4260-9b6a-228788b38089",
            "gambit_id": "c77ffa8d-ca48-4018-b5b1-a63c77253c71",
            "last_updated": "2023-11-07T21:08:22.372935-05:00",
            "created_at": "2023-11-06T07:58:05.125372-05:00",
            "name": "Game Total Under 229",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a61d4c5-5529-41cd-9f40-ecc8419a92b7/?format=api"
        }
    ]
}