GET /api/bet_types/95e175dc-d0c1-40e3-97f7-8164cac484dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "95e175dc-d0c1-40e3-97f7-8164cac484dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2c9be34-95ec-40d4-9bb5-04f14a28e7df/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-09T10:18:07.223128-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": "Total Rounds Under 2.5",
                "amount": 6469.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 3531.0
            }
        ],
        "expected_reward_tokens": 9250.67,
        "profit_sb": -249.33,
        "profit_sb_percentage": -2.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e518522-6d52-4c4f-ade7-086b933e5a74",
            "gambit_id": "be74b2a4-54ab-44d5-880f-a2a59eb59899",
            "last_updated": "2023-09-12T11:38:03.466256-04:00",
            "created_at": "2023-09-09T10:18:07.233358-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95e175dc-d0c1-40e3-97f7-8164cac484dd/?format=api"
        },
        {
            "id": "74744e11-860d-4fc4-9450-f710c4390cc6",
            "gambit_id": "2b495197-d131-4689-a84c-efa69f90a0cb",
            "last_updated": "2023-09-12T11:38:03.462310-04:00",
            "created_at": "2023-09-09T10:18:07.227387-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95e175dc-d0c1-40e3-97f7-8164cac484dd/?format=api"
        }
    ]
}