GET /api/bet_types/3123e3cf-434e-4924-b86f-b99bf5be3c7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3123e3cf-434e-4924-b86f-b99bf5be3c7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc71ec6d-8de2-4ec5-a917-895eaa0fe658/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-01T10:22:13.404781-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": "PIT",
                "amount": 5939.0
            },
            {
                "team": "CIN",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "4a4f98fb-9d56-4649-ab55-c29d05743582",
            "gambit_id": "505e8f88-c250-4afe-b859-1c8fa36c4dda",
            "last_updated": "2023-04-03T10:01:59.815357-04:00",
            "created_at": "2023-04-01T10:22:13.409573-04:00",
            "name": "PIT",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3123e3cf-434e-4924-b86f-b99bf5be3c7c/?format=api"
        },
        {
            "id": "c6b77872-8f3b-496f-9f62-3c028b87655a",
            "gambit_id": "f33b5ca4-e21d-4801-9744-013aa5ced61c",
            "last_updated": "2023-04-03T10:01:59.813187-04:00",
            "created_at": "2023-04-01T10:22:13.406722-04:00",
            "name": "CIN",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3123e3cf-434e-4924-b86f-b99bf5be3c7c/?format=api"
        }
    ]
}