GET /api/bet_types/824e0f14-cf9f-48aa-8dea-6ce168da798f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "824e0f14-cf9f-48aa-8dea-6ce168da798f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4abd97b-f642-4609-be69-ee5e7b229207/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-20T09:21:56.843014-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 218",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 218",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "91f472e9-0fea-4c8e-b77a-fe2d8aaea86b",
            "gambit_id": "4573d037-9a47-4d40-ad71-a253d04b5635",
            "last_updated": "2023-01-21T10:32:26.150848-05:00",
            "created_at": "2023-01-20T09:21:56.844239-05:00",
            "name": "Game Total Under 218",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "218.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/824e0f14-cf9f-48aa-8dea-6ce168da798f/?format=api"
        },
        {
            "id": "d4f59c91-f34c-4b9e-9053-c3e9fa1a6092",
            "gambit_id": "5071fcd9-5374-4bf6-9981-ccfe3fd2ca21",
            "last_updated": "2023-01-21T10:32:26.151974-05:00",
            "created_at": "2023-01-20T09:21:56.845487-05:00",
            "name": "Game Total Over 218",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "218.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/824e0f14-cf9f-48aa-8dea-6ce168da798f/?format=api"
        }
    ]
}