GET /api/bet_types/fd8092e3-de5d-4c95-85fa-1c9ee83bf36f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd8092e3-de5d-4c95-85fa-1c9ee83bf36f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef042305-8ba7-4386-9d15-a7a2886e90e7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-01T10:22:12.662700-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": "CHC",
                "amount": 6100.0
            },
            {
                "team": "MIL",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "7d0b16cb-4fdb-4a08-a0ee-19eb82e8b37a",
            "gambit_id": "050a91f9-85dc-40eb-bdc2-31c72facdc90",
            "last_updated": "2023-04-03T10:07:03.363480-04:00",
            "created_at": "2023-04-01T10:22:12.664362-04:00",
            "name": "CHC",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd8092e3-de5d-4c95-85fa-1c9ee83bf36f/?format=api"
        },
        {
            "id": "2e5ece4a-0d88-4036-b251-e30059498afe",
            "gambit_id": "c3793a60-a875-4aaa-88f6-76ae2cd9b43b",
            "last_updated": "2023-04-03T10:07:03.365873-04:00",
            "created_at": "2023-04-01T10:22:12.666149-04:00",
            "name": "MIL",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd8092e3-de5d-4c95-85fa-1c9ee83bf36f/?format=api"
        }
    ]
}