GET /api/bet_types/8d0e8da6-90a3-4ce0-943b-25f54fb1955e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d0e8da6-90a3-4ce0-943b-25f54fb1955e",
    "match": "https://api-prod.gambitprofit.com/api/matches/1cedad9e-e7c8-4827-b4f2-c8876bbce146/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-04T10:52:11.974324-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": "SEA",
                "amount": 5699.0
            },
            {
                "team": "OAK",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "0fdb524d-f08e-4251-8656-5b36802819fb",
            "gambit_id": "e72fc5e1-b5be-4e46-b2e6-487a3af0bef1",
            "last_updated": "2023-05-05T11:47:08.414357-04:00",
            "created_at": "2023-05-04T10:52:11.977279-04:00",
            "name": "SEA",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d0e8da6-90a3-4ce0-943b-25f54fb1955e/?format=api"
        },
        {
            "id": "2bb146f5-ea2f-4d3d-b132-d88d7d27c776",
            "gambit_id": "8bf4e295-21ac-4d5b-8df1-56bbd358a57e",
            "last_updated": "2023-05-05T11:47:08.412938-04:00",
            "created_at": "2023-05-04T10:52:11.975813-04:00",
            "name": "OAK",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d0e8da6-90a3-4ce0-943b-25f54fb1955e/?format=api"
        }
    ]
}