GET /api/bet_types/26b1a0f2-d2d7-4b69-b60d-7f4f0c32bd69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26b1a0f2-d2d7-4b69-b60d-7f4f0c32bd69",
    "match": "https://api-prod.gambitprofit.com/api/matches/afe85eb2-609d-4964-9cea-2509d4fe126b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-06T11:51:58.071938-04: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": 5938.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4062.0
            }
        ],
        "expected_reward_tokens": 9261.36,
        "profit_sb": -238.64,
        "profit_sb_percentage": -2.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "739b458a-0fe0-455a-aa4e-25182693e07c",
            "gambit_id": "564a292f-b577-44b1-9363-43c17ac1bb2b",
            "last_updated": "2023-05-07T11:57:21.775625-04:00",
            "created_at": "2023-05-06T11:51:58.073755-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26b1a0f2-d2d7-4b69-b60d-7f4f0c32bd69/?format=api"
        },
        {
            "id": "463b3b81-41b7-4933-8b48-7d29c60696da",
            "gambit_id": "05309db9-afb7-45f6-8842-d23308a49c12",
            "last_updated": "2023-05-07T11:57:21.777044-04:00",
            "created_at": "2023-05-06T11:51:58.075632-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26b1a0f2-d2d7-4b69-b60d-7f4f0c32bd69/?format=api"
        }
    ]
}