GET /api/bet_types/6abf00a4-8f59-4d2e-a083-8b502ed14480/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6abf00a4-8f59-4d2e-a083-8b502ed14480",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ba0cbf2-ffe4-4746-bfc6-40c98c6e257b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-12T10:57:57.503091-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 45",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 45",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "8f41e5da-5bc8-4897-a043-5e92d4c736a6",
            "gambit_id": "0bc4ce78-7741-4d0a-9224-8843b8e2db13",
            "last_updated": "2023-10-16T18:33:02.580207-04:00",
            "created_at": "2023-10-12T10:57:57.507071-04:00",
            "name": "Game Total Over 45",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6abf00a4-8f59-4d2e-a083-8b502ed14480/?format=api"
        },
        {
            "id": "e1afcad6-6694-467f-91ac-8575ec0d99c6",
            "gambit_id": "0fb17b3b-c962-424e-99cd-195651d93a34",
            "last_updated": "2023-10-16T18:33:02.587481-04:00",
            "created_at": "2023-10-12T10:57:57.511690-04:00",
            "name": "Game Total Under 45",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6abf00a4-8f59-4d2e-a083-8b502ed14480/?format=api"
        }
    ]
}