GET /api/bet_types/aaff0632-ccdf-4d99-90b3-71b2f5ba65fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aaff0632-ccdf-4d99-90b3-71b2f5ba65fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/2803e4b9-13d0-41bb-ad8e-30da6ad846e0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-01T09:08:17.581109-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 Over 222",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 222",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "6946df24-8723-4f68-8cdc-41cde46b1a91",
            "gambit_id": "122bf6ff-8547-4d16-98d1-c1fd51c1341c",
            "last_updated": "2023-11-03T10:28:04.636404-04:00",
            "created_at": "2023-11-01T09:08:17.586059-04:00",
            "name": "Game Total Over 222",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "222.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aaff0632-ccdf-4d99-90b3-71b2f5ba65fe/?format=api"
        },
        {
            "id": "2b4babb3-bf5c-4d65-a361-0109a367a68a",
            "gambit_id": "15452b78-28b5-436a-90a9-063022439463",
            "last_updated": "2023-11-03T10:28:04.640122-04:00",
            "created_at": "2023-11-01T09:08:17.591186-04:00",
            "name": "Game Total Under 222",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "222.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aaff0632-ccdf-4d99-90b3-71b2f5ba65fe/?format=api"
        }
    ]
}