GET /api/bet_types/5425b61e-59d1-4e72-96c7-2c30f4d85159/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5425b61e-59d1-4e72-96c7-2c30f4d85159",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8ec0485-6a10-4881-9b30-8d6d3872fa82/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-15T11:36:58.777933-04: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": "MIN",
                "amount": 6222.0
            },
            {
                "team": "LOS",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "2dfe86ee-7cda-4aab-a79a-52e915e7935e",
            "gambit_id": "f961bd5f-ad5d-4ab5-bb5d-b2e235de6183",
            "last_updated": "2023-05-16T10:07:06.940166-04:00",
            "created_at": "2023-05-15T11:36:58.782555-04:00",
            "name": "MIN",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5425b61e-59d1-4e72-96c7-2c30f4d85159/?format=api"
        },
        {
            "id": "464ea028-ca7e-45d3-9184-9699bdc074e6",
            "gambit_id": "b6026169-7684-475a-a6ac-26117df77bbb",
            "last_updated": "2023-05-16T10:07:06.938113-04:00",
            "created_at": "2023-05-15T11:36:58.780305-04:00",
            "name": "LOS",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5425b61e-59d1-4e72-96c7-2c30f4d85159/?format=api"
        }
    ]
}