GET /api/bet_types/170803f4-0242-4f0a-bc26-ea67b57503b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "170803f4-0242-4f0a-bc26-ea67b57503b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/017d3a53-e901-42cf-9f55-1f1452b4cf76/?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": "Total Rounds Over 2.5",
                "amount": 5294.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 4706.0
            }
        ],
        "expected_reward_tokens": 8893.92,
        "profit_sb": -606.08,
        "profit_sb_percentage": -6.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "3564653c-9700-4f2f-ab90-d0e4abc2a031",
            "gambit_id": "66c5266d-0487-4715-a42f-31f680c4f1cf",
            "last_updated": "2022-10-03T15:46:56.613095-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.68000",
            "odds": "1.76920",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/170803f4-0242-4f0a-bc26-ea67b57503b9/?format=api"
        },
        {
            "id": "ee7014ae-1620-41e7-9bbc-276fc31cfa67",
            "gambit_id": "3d5918d6-1a30-4c69-91e7-0c500d96636f",
            "last_updated": "2022-10-03T15:46:56.611909-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/170803f4-0242-4f0a-bc26-ea67b57503b9/?format=api"
        }
    ]
}