GET /api/bet_types/f2a7aca3-e38f-404f-b11b-c190a5cd469c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2a7aca3-e38f-404f-b11b-c190a5cd469c",
    "match": "https://api-prod.gambitprofit.com/api/matches/38928b56-1bbb-4150-98dc-a1fd858ccc92/?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 Over 2.5",
                "amount": 6557.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3443.0
            }
        ],
        "expected_reward_tokens": 8917.37,
        "profit_sb": -82.63,
        "profit_sb_percentage": -0.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "e86cba50-5487-4be2-8211-cc635f290812",
            "gambit_id": "23559631-5687-4469-9347-05d9c4cce0e2",
            "last_updated": "2022-08-21T18:36:58.583145-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.36000",
            "odds": "1.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2a7aca3-e38f-404f-b11b-c190a5cd469c/?format=api"
        },
        {
            "id": "951d79ed-8b07-4285-9698-b3573d672757",
            "gambit_id": "1ac072d0-0ad3-4155-a552-f96bacdfe6b9",
            "last_updated": "2022-08-21T18:36:58.582385-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.59000",
            "odds": "2.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2a7aca3-e38f-404f-b11b-c190a5cd469c/?format=api"
        }
    ]
}