GET /api/bet_types/ac3783e4-f09a-46b4-a069-996bab84f262/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac3783e4-f09a-46b4-a069-996bab84f262",
    "match": "https://api-prod.gambitprofit.com/api/matches/0504cc76-a480-48b2-b2e3-6bdc4ea9e7b7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-09T09:47:58.337271-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 6",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "8b8d4107-2847-4aa9-bc13-eec2892faee4",
            "gambit_id": "855821ad-1b50-4ed8-b5a0-a7144c4bf259",
            "last_updated": "2023-11-12T11:08:20.838965-05:00",
            "created_at": "2023-11-09T09:47:58.341406-05:00",
            "name": "Game Total Over 6",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac3783e4-f09a-46b4-a069-996bab84f262/?format=api"
        },
        {
            "id": "71fd1745-1fbc-4eb0-9566-4155f00d405d",
            "gambit_id": "3546fe54-c2ed-43ee-957a-ca2a8d31d0de",
            "last_updated": "2023-11-12T11:08:20.842473-05:00",
            "created_at": "2023-11-09T09:47:58.345398-05:00",
            "name": "Game Total Under 6",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac3783e4-f09a-46b4-a069-996bab84f262/?format=api"
        }
    ]
}