GET /api/bet_types/77ca9903-782f-4330-b7f6-99443c532180/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77ca9903-782f-4330-b7f6-99443c532180",
    "match": "https://api-prod.gambitprofit.com/api/matches/26c75f4a-0234-4fa4-bc1a-72be6ae982d1/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Total Rounds Over 1.5",
                "amount": 5594.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 4406.0
            }
        ],
        "expected_reward_tokens": 9340.72,
        "profit_sb": -159.28,
        "profit_sb_percentage": -1.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b65ec49-933a-4430-a9f7-820102cad484",
            "gambit_id": "68967edb-4fd5-49d9-af04-afb67aef58e8",
            "last_updated": "2022-10-31T11:16:57.799463-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77ca9903-782f-4330-b7f6-99443c532180/?format=api"
        },
        {
            "id": "9f588cb1-af67-4cf2-b020-bf4b2974b666",
            "gambit_id": "ab216be5-9ec1-4039-a6b3-21cfc3269b84",
            "last_updated": "2022-10-31T11:16:57.798325-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77ca9903-782f-4330-b7f6-99443c532180/?format=api"
        }
    ]
}