GET /api/bet_types/313a7a1a-42d8-45e0-96f7-e8765e2d642f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "313a7a1a-42d8-45e0-96f7-e8765e2d642f",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e684e20-0835-4b39-b345-1311ca73fca1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-31T10:08:03.986824-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": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "e1d96674-547d-43a9-9988-c075fbf92c24",
            "gambit_id": "5e46ce56-c7c8-4499-956d-8520a8fb0145",
            "last_updated": "2024-01-02T10:23:10.091264-05:00",
            "created_at": "2023-12-31T10:08:03.996118-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/313a7a1a-42d8-45e0-96f7-e8765e2d642f/?format=api"
        },
        {
            "id": "e9e7b274-161b-4108-b42c-e1f8eb2dc11e",
            "gambit_id": "13973f6b-faec-443a-998a-6de05f0f715b",
            "last_updated": "2024-01-02T10:23:10.087397-05:00",
            "created_at": "2023-12-31T10:08:03.990866-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/313a7a1a-42d8-45e0-96f7-e8765e2d642f/?format=api"
        }
    ]
}