GET /api/bet_types/53522f97-cc84-4fcc-80aa-189a126155f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53522f97-cc84-4fcc-80aa-189a126155f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4a6483e-15f9-4d4c-957e-bb74349891de/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-04T12:16:55.033110-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": "ATL",
                "amount": 6163.0
            },
            {
                "team": "ARI",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "2d4c912d-4926-4eec-bc33-87471fc8c49f",
            "gambit_id": "d252e4ab-8018-40ee-9aaf-933f81d5d2a6",
            "last_updated": "2023-06-05T10:57:26.069450-04:00",
            "created_at": "2023-06-04T12:16:55.035237-04:00",
            "name": "ATL",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53522f97-cc84-4fcc-80aa-189a126155f2/?format=api"
        },
        {
            "id": "8fd4295a-a6f0-4e79-94c2-591ead69dd1b",
            "gambit_id": "678828ff-279d-4696-9849-c72f00c0e1d3",
            "last_updated": "2023-06-05T10:57:26.071707-04:00",
            "created_at": "2023-06-04T12:16:55.037454-04:00",
            "name": "ARI",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53522f97-cc84-4fcc-80aa-189a126155f2/?format=api"
        }
    ]
}