GET /api/bet_types/7f5a75f7-2bb9-4bea-a9e7-250fcad1c1ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f5a75f7-2bb9-4bea-a9e7-250fcad1c1ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/23e3eea6-86ca-4295-9e2f-c1a0dac39a31/?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 Under 1.5",
                "amount": 6548.0
            },
            {
                "team": "Total Rounds Over 1.5",
                "amount": 3452.0
            }
        ],
        "expected_reward_tokens": 8905.28,
        "profit_sb": -94.72,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b2080ca4-f7cf-46ae-9af6-271796e6a047",
            "gambit_id": "06bbb517-925c-4efe-880e-12e0a6524b2f",
            "last_updated": "2022-12-05T11:52:18.688499-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.36000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f5a75f7-2bb9-4bea-a9e7-250fcad1c1ee/?format=api"
        },
        {
            "id": "ca66f827-5738-4632-9c1e-fd088b17e9ab",
            "gambit_id": "822d2688-4c35-45ba-9804-6e433d676bc2",
            "last_updated": "2022-12-05T11:52:18.689920-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f5a75f7-2bb9-4bea-a9e7-250fcad1c1ee/?format=api"
        }
    ]
}