GET /api/bet_types/75f769f4-cac6-4aa8-af29-90e5661f6935/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75f769f4-cac6-4aa8-af29-90e5661f6935",
    "match": "https://api-prod.gambitprofit.com/api/matches/867e4d58-edfd-4f9e-a0e9-e5218b5c12b9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-03T10:18:15.135060-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 48",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 48",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "32da49bb-6010-400b-bc3c-fc5ed4761fa1",
            "gambit_id": "d1df135f-ef31-4027-b1a2-6fa8d7d04336",
            "last_updated": "2023-10-09T15:48:12.001010-04:00",
            "created_at": "2023-10-03T10:18:15.141573-04:00",
            "name": "Game Total Over 48",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75f769f4-cac6-4aa8-af29-90e5661f6935/?format=api"
        },
        {
            "id": "16a30402-7d16-4569-9b59-86f6182883cf",
            "gambit_id": "9e5f8ac4-8a8d-4d77-a0b2-ebb4fe53b796",
            "last_updated": "2023-10-09T15:48:12.005085-04:00",
            "created_at": "2023-10-03T10:18:15.148568-04:00",
            "name": "Game Total Under 48",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75f769f4-cac6-4aa8-af29-90e5661f6935/?format=api"
        }
    ]
}