GET /api/bet_types/72c28a39-2301-4c71-99d9-fa342a68afa2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "72c28a39-2301-4c71-99d9-fa342a68afa2",
    "match": "https://api-prod.gambitprofit.com/api/matches/157aaeb0-12df-42ab-96c7-e78a2659f1aa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-07T11:57:11.271847-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f22e8f9f-fef0-42c6-9d81-ae513a2562f0",
            "gambit_id": "7f451f47-0830-4e94-b00d-43cc1b6e7eea",
            "last_updated": "2023-05-08T11:47:08.198030-04:00",
            "created_at": "2023-05-07T11:57:11.276225-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72c28a39-2301-4c71-99d9-fa342a68afa2/?format=api"
        },
        {
            "id": "41a357c1-17a6-4dd1-90ee-4f3a8d7fc1aa",
            "gambit_id": "26c11d22-5406-498f-a8a6-5fd9a3e30a34",
            "last_updated": "2023-05-08T11:47:08.196414-04:00",
            "created_at": "2023-05-07T11:57:11.273793-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72c28a39-2301-4c71-99d9-fa342a68afa2/?format=api"
        }
    ]
}