GET /api/bet_types/a2cff9f9-d0f8-4d07-8b6d-1666a44f3eaf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2cff9f9-d0f8-4d07-8b6d-1666a44f3eaf",
    "match": "https://api-prod.gambitprofit.com/api/matches/829d51a9-7a57-411b-a1ee-4067b255b05b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-18T09:16:52.281560-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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "2c839807-2fb4-4f49-9e77-237160ceb809",
            "gambit_id": "a04ffc66-701c-4388-8e61-642bbca3ab60",
            "last_updated": "2023-01-19T09:32:11.276086-05:00",
            "created_at": "2023-01-18T09:16:52.283010-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2cff9f9-d0f8-4d07-8b6d-1666a44f3eaf/?format=api"
        },
        {
            "id": "038e6f71-0d95-4d11-babe-4ebf1432f713",
            "gambit_id": "7a77892c-1ad9-4c09-a746-3ea3659c0ec7",
            "last_updated": "2023-01-19T09:32:11.277168-05:00",
            "created_at": "2023-01-18T09:16:52.284340-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2cff9f9-d0f8-4d07-8b6d-1666a44f3eaf/?format=api"
        }
    ]
}