GET /api/bet_types/153b6fcd-a158-404f-b766-415bb8e6ec0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "153b6fcd-a158-404f-b766-415bb8e6ec0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9bfd24a-f1d1-4828-b767-1c1e87bffe33/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-18T10:18:19.549012-05: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 Under 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a262287-9378-46cf-9a3a-02b2fc1b4407",
            "gambit_id": "1783908f-8364-487f-a228-2d5fb18fb016",
            "last_updated": "2024-01-19T20:33:12.887266-05:00",
            "created_at": "2024-01-18T10:18:19.560835-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/153b6fcd-a158-404f-b766-415bb8e6ec0a/?format=api"
        },
        {
            "id": "0d57de69-d401-4791-a0f9-df7870b776d6",
            "gambit_id": "1960bd64-5f07-4d61-811b-06e6c99e27c0",
            "last_updated": "2024-01-19T20:33:12.883950-05:00",
            "created_at": "2024-01-18T10:18:19.555146-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/153b6fcd-a158-404f-b766-415bb8e6ec0a/?format=api"
        }
    ]
}