GET /api/bet_types/7a215992-e3c3-44a3-bda4-9ae1ca122abd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a215992-e3c3-44a3-bda4-9ae1ca122abd",
    "match": "https://api-prod.gambitprofit.com/api/matches/6de5e9aa-8b7e-4baa-8032-72f1bc846d69/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-18T09:13:01.197548-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 37",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 37",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "5d95f591-fb82-43d5-8bb0-73d788501d84",
            "gambit_id": "b043bd69-6f5b-48bc-9c14-82c7a959edbf",
            "last_updated": "2023-10-23T13:38:24.556672-04:00",
            "created_at": "2023-10-18T09:13:01.201198-04:00",
            "name": "Game Total Over 37",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "37.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a215992-e3c3-44a3-bda4-9ae1ca122abd/?format=api"
        },
        {
            "id": "70d99328-6b06-4250-bb57-5e5a813dd5e8",
            "gambit_id": "cd3c8a54-db5e-4528-8ebb-be3783a1d22f",
            "last_updated": "2023-10-23T13:38:24.560281-04:00",
            "created_at": "2023-10-18T09:13:01.205332-04:00",
            "name": "Game Total Under 37",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "37.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a215992-e3c3-44a3-bda4-9ae1ca122abd/?format=api"
        }
    ]
}