GET /api/bet_types/d51a558a-8f0c-4a4e-a361-b68dd0f15697/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d51a558a-8f0c-4a4e-a361-b68dd0f15697",
    "match": "https://api-prod.gambitprofit.com/api/matches/73bb76f6-f67b-4570-bdd2-9ddac907024d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-01T10:22:13.693801-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": "CLE",
                "amount": 6308.0
            },
            {
                "team": "SEA",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "94f67d31-6b3b-40ef-8522-944b0949c201",
            "gambit_id": "d53f4ff2-7e6e-4a3b-bd87-f54a94e71d41",
            "last_updated": "2023-04-02T10:52:13.159825-04:00",
            "created_at": "2023-04-01T10:22:13.698014-04:00",
            "name": "CLE",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d51a558a-8f0c-4a4e-a361-b68dd0f15697/?format=api"
        },
        {
            "id": "b8c000f9-c93c-4b64-b48b-893c74d3064b",
            "gambit_id": "c2975513-5ce8-4ea3-809b-2d891d07e8b0",
            "last_updated": "2023-04-02T10:52:13.157677-04:00",
            "created_at": "2023-04-01T10:22:13.695827-04:00",
            "name": "SEA",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d51a558a-8f0c-4a4e-a361-b68dd0f15697/?format=api"
        }
    ]
}