GET /api/bet_types/269729b9-f15d-451c-8514-943e7c3e68ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "269729b9-f15d-451c-8514-943e7c3e68ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/372a9579-fa74-489a-b410-e6d73fec694f/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-29T08:42:06.799025-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 Over 6.5",
                "amount": 5292.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "c6ded5e3-3ef3-4af7-b6a8-6c87f7595972",
            "gambit_id": "0473f323-1872-4f4a-a82f-73df3f528d21",
            "last_updated": "2022-12-31T10:51:59.032157-05:00",
            "created_at": "2022-12-29T08:42:06.801455-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/269729b9-f15d-451c-8514-943e7c3e68ce/?format=api"
        },
        {
            "id": "f17d0f8e-a996-420e-bd51-5875608ce096",
            "gambit_id": "1b6afb2b-027b-4f50-ae35-5523a274a656",
            "last_updated": "2022-12-31T10:51:59.030957-05:00",
            "created_at": "2022-12-29T08:42:06.800209-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/269729b9-f15d-451c-8514-943e7c3e68ce/?format=api"
        }
    ]
}