GET /api/bet_types/88cc584b-9d39-435c-8d24-69aa8f88cc8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88cc584b-9d39-435c-8d24-69aa8f88cc8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc73eedd-09ac-405d-a324-453e12bf6aac/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-17T09:27:13.142267-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": "Chicago Blackhawks",
                "amount": 5703.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4297.0
            }
        ],
        "expected_reward_tokens": 9581.04,
        "profit_sb": 81.04,
        "profit_sb_percentage": 0.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "c83c77aa-3772-4de2-bfc5-5f08a777f2a0",
            "gambit_id": "c0898ad1-f7ff-4fe0-8d7d-ad17760c0420",
            "last_updated": "2023-01-18T09:32:10.828684-05:00",
            "created_at": "2023-01-17T09:27:13.145151-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.68000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88cc584b-9d39-435c-8d24-69aa8f88cc8e/?format=api"
        },
        {
            "id": "9b303dc4-7b14-475a-b6cb-795acaca44e5",
            "gambit_id": "6a3510e7-45e8-4f35-82db-539a38daa73d",
            "last_updated": "2023-01-18T09:32:10.829807-05:00",
            "created_at": "2023-01-17T09:27:13.147906-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.23000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88cc584b-9d39-435c-8d24-69aa8f88cc8e/?format=api"
        }
    ]
}