GET /api/bet_types/5c48c3a8-5b9c-4610-826f-3a5b36e819ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c48c3a8-5b9c-4610-826f-3a5b36e819ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/afa15153-5424-4f93-80f4-c39a283b2291/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-11T09:01:53.388335-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": "Buffalo Sabres",
                "amount": 6475.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3525.0
            }
        ],
        "expected_reward_tokens": 9517.5,
        "profit_sb": 17.5,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "39d2dac2-2c86-457d-999a-2af8ab005dcb",
            "gambit_id": "7427c2c5-20fa-4bdd-88c6-37c421990368",
            "last_updated": "2023-02-12T10:12:01.277052-05:00",
            "created_at": "2023-02-11T09:01:53.389777-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c48c3a8-5b9c-4610-826f-3a5b36e819ad/?format=api"
        },
        {
            "id": "fb337a49-bc61-488f-8beb-64199bbb264f",
            "gambit_id": "c2339577-d79d-42e8-a64b-0083e9a1cb1f",
            "last_updated": "2023-02-12T10:12:01.278260-05:00",
            "created_at": "2023-02-11T09:01:53.391113-05:00",
            "name": "Calgary Flames",
            "reward": "2.70000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c48c3a8-5b9c-4610-826f-3a5b36e819ad/?format=api"
        }
    ]
}