GET /api/bet_types/b92cc0af-370c-4a5b-9c5c-056cfac89462/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b92cc0af-370c-4a5b-9c5c-056cfac89462",
    "match": "https://api-prod.gambitprofit.com/api/matches/15420ddb-d0a2-492c-a237-97dd6d79fd5f/?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 Under 9",
                "amount": 5205.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "9eca0ee5-1ea1-4e0a-9a99-cd5a1580c8b9",
            "gambit_id": "3b229206-95cb-4428-8385-dc4f6be7f92b",
            "last_updated": "2022-08-19T09:46:52.046339-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b92cc0af-370c-4a5b-9c5c-056cfac89462/?format=api"
        },
        {
            "id": "d5c048ba-f95c-432d-9078-353da62ff2b4",
            "gambit_id": "ae1b30f6-d576-40da-a6d3-e2369cad9ed8",
            "last_updated": "2022-08-19T09:46:52.046833-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b92cc0af-370c-4a5b-9c5c-056cfac89462/?format=api"
        }
    ]
}