GET /api/bet_types/31cf05ee-29c9-49d9-9452-0a69167bc4db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31cf05ee-29c9-49d9-9452-0a69167bc4db",
    "match": "https://api-prod.gambitprofit.com/api/matches/14226b95-8894-4e01-89c1-110a70968a69/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-03T10:52:02.108472-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 Under 2.5",
                "amount": 5484.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4516.0
            }
        ],
        "expected_reward_tokens": 9212.64,
        "profit_sb": -287.36,
        "profit_sb_percentage": -3.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "ceec013b-689b-4072-9f62-99c8f89d9681",
            "gambit_id": "af6decb7-b9e7-40da-a88b-b335f48003fd",
            "last_updated": "2023-02-06T08:56:54.198784-05:00",
            "created_at": "2023-02-03T10:52:02.110257-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31cf05ee-29c9-49d9-9452-0a69167bc4db/?format=api"
        },
        {
            "id": "5d38f7d7-de30-46b2-a9a4-2eaf51100c2a",
            "gambit_id": "9a957059-ea89-4e2b-b0e4-2c6309fcfe95",
            "last_updated": "2023-02-06T08:56:54.200128-05:00",
            "created_at": "2023-02-03T10:52:02.111842-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "2.04000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31cf05ee-29c9-49d9-9452-0a69167bc4db/?format=api"
        }
    ]
}