GET /api/bet_types/e40a35e6-42ee-4c90-9805-1ca652abe7b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e40a35e6-42ee-4c90-9805-1ca652abe7b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/dcdbe16c-7af4-4547-8fc1-561d38b3cce6/?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": "Game Total Over 2.5",
                "amount": 5127.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4873.0
            }
        ],
        "expected_reward_tokens": 8868.86,
        "profit_sb": -131.14,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "19743361-4a6d-4ceb-8257-d75b92c87a21",
            "gambit_id": "6c371d20-9c60-4c40-976a-6f43508e2436",
            "last_updated": "2022-08-08T20:17:15.380440-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e40a35e6-42ee-4c90-9805-1ca652abe7b9/?format=api"
        },
        {
            "id": "a7186fd6-6189-496e-b514-3953cccd4557",
            "gambit_id": "a7dbbcbc-1614-443a-bbc1-cbd8a2d6ecc7",
            "last_updated": "2022-08-08T20:17:15.379973-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.82000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e40a35e6-42ee-4c90-9805-1ca652abe7b9/?format=api"
        }
    ]
}