GET /api/bet_types/a8c05ed3-d22d-44ca-8313-70680a139ccd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8c05ed3-d22d-44ca-8313-70680a139ccd",
    "match": "https://api-prod.gambitprofit.com/api/matches/7538c1d0-5db4-4a29-b979-a9924d383fe1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-18T09:43:10.962147-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": "ARI",
                "amount": 6100.0
            },
            {
                "team": "CLE",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "e95ecbc2-f5c4-47b6-890c-73bd0f94d3d4",
            "gambit_id": "5d350f8a-47e2-43d4-93eb-01ac0c224dbd",
            "last_updated": "2023-06-19T17:08:22.261093-04:00",
            "created_at": "2023-06-18T09:43:10.965443-04:00",
            "name": "ARI",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8c05ed3-d22d-44ca-8313-70680a139ccd/?format=api"
        },
        {
            "id": "bf3e5e0a-2f7d-49ce-a1f8-5170ec5fce1c",
            "gambit_id": "8bab6bb7-5ab6-4105-8745-d16629dfc086",
            "last_updated": "2023-06-19T17:08:22.258195-04:00",
            "created_at": "2023-06-18T09:43:10.963693-04:00",
            "name": "CLE",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8c05ed3-d22d-44ca-8313-70680a139ccd/?format=api"
        }
    ]
}