GET /api/bet_types/3b6b33bf-7543-46ec-9fc4-bb3fcc54aaa8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b6b33bf-7543-46ec-9fc4-bb3fcc54aaa8",
    "match": "https://api-prod.gambitprofit.com/api/matches/b8b58ea9-55fe-48d4-bf3b-fc457ec8c6c9/?format=api",
    "name": "Play the Odds",
    "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": "Columbus Blue Jackets",
                "amount": 5224.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4776.0
            }
        ],
        "expected_reward_tokens": 9455.44,
        "profit_sb": -44.56,
        "profit_sb_percentage": -0.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "4af21c57-e045-477a-a0a4-f2849c751c43",
            "gambit_id": "27056487-31ea-44c2-838d-62c5ae1b85a7",
            "last_updated": "2022-10-17T14:12:47.261574-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b6b33bf-7543-46ec-9fc4-bb3fcc54aaa8/?format=api"
        },
        {
            "id": "42192af3-2dfd-4bc9-bf3a-9c964e99cce1",
            "gambit_id": "d0c2109b-a8ce-4b46-be02-1e2da3234106",
            "last_updated": "2022-10-17T14:12:47.260380-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b6b33bf-7543-46ec-9fc4-bb3fcc54aaa8/?format=api"
        }
    ]
}