GET /api/bet_types/b9583b49-c3f8-4abf-82d5-e1cc3fca8f30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9583b49-c3f8-4abf-82d5-e1cc3fca8f30",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5a4531c-bd1b-4195-ac05-041a502c28b1/?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 7",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "133afe69-86b0-49e7-bcad-cd502cb35a29",
            "gambit_id": "736f26d7-af3b-4ee3-91dc-ecf0eff40d30",
            "last_updated": "2022-10-01T09:17:05.028911-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9583b49-c3f8-4abf-82d5-e1cc3fca8f30/?format=api"
        },
        {
            "id": "52ef33df-ae95-43de-8f9d-e6ef52d733ee",
            "gambit_id": "0c297284-3d86-4033-82f4-1aa9f753ad7b",
            "last_updated": "2022-10-01T09:17:05.027905-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9583b49-c3f8-4abf-82d5-e1cc3fca8f30/?format=api"
        }
    ]
}