GET /api/bet_types/3a5f35b0-f1aa-4cc0-9b63-dc17d8bb7559/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a5f35b0-f1aa-4cc0-9b63-dc17d8bb7559",
    "match": "https://api-prod.gambitprofit.com/api/matches/362d0a3d-2b08-447f-9abf-b7d727ac1d50/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-21T10:32:04.163319-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": "Game Total Over 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f49bd18c-48e7-4a5b-81db-61df102482d9",
            "gambit_id": "35dc675a-1661-49b5-a290-2f99e2466c7a",
            "last_updated": "2023-03-22T16:46:52.584501-04:00",
            "created_at": "2023-03-21T10:32:04.171443-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a5f35b0-f1aa-4cc0-9b63-dc17d8bb7559/?format=api"
        },
        {
            "id": "910e422b-1ada-412c-a1df-610f4861bce6",
            "gambit_id": "4e1637e6-2c86-4a3a-a207-217337aef050",
            "last_updated": "2023-03-22T16:46:52.581526-04:00",
            "created_at": "2023-03-21T10:32:04.165440-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a5f35b0-f1aa-4cc0-9b63-dc17d8bb7559/?format=api"
        }
    ]
}