GET /api/bet_types/dec186ba-7885-4fd5-84ee-a38ab539992b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dec186ba-7885-4fd5-84ee-a38ab539992b",
    "match": "https://api-prod.gambitprofit.com/api/matches/6edf9b10-e028-418d-a0f6-61f57702daa4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-15T11:53:14.437411-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 1.5",
                "amount": 5864.0
            },
            {
                "team": "Total Rounds Over 1.5",
                "amount": 4136.0
            }
        ],
        "expected_reward_tokens": 9264.64,
        "profit_sb": -235.36,
        "profit_sb_percentage": -2.48,
        "recommended": false
    },
    "lines": [
        {
            "id": "d0fc43e0-3add-4312-a8b1-e6b3efef1f77",
            "gambit_id": "cb9fd08d-a1d3-4368-9565-5a52ba968fcb",
            "last_updated": "2023-07-17T10:43:05.773221-04:00",
            "created_at": "2023-07-15T11:53:14.441308-04:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dec186ba-7885-4fd5-84ee-a38ab539992b/?format=api"
        },
        {
            "id": "7347069f-120e-40ec-bc32-146d4e6cd46f",
            "gambit_id": "c3e6521d-776e-494a-bbc4-0f81fa9a1563",
            "last_updated": "2023-07-17T10:43:05.771957-04:00",
            "created_at": "2023-07-15T11:53:14.439369-04:00",
            "name": "Total Rounds Over 1.5",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dec186ba-7885-4fd5-84ee-a38ab539992b/?format=api"
        }
    ]
}