GET /api/bet_types/e4eb1900-f10b-4553-97c6-c3e483cfb5a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4eb1900-f10b-4553-97c6-c3e483cfb5a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c2227c5-9b3d-4e90-aa15-e7527b88378a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-25T09:28:22.475996-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": "STL",
                "amount": 5107.0
            },
            {
                "team": "CHC",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "478a53ab-856d-4271-9502-5fee0df5d396",
            "gambit_id": "c1dd3136-f2d3-4bea-89a8-9ab77ad74616",
            "last_updated": "2023-06-26T23:08:02.311977-04:00",
            "created_at": "2023-06-25T09:28:22.480637-04:00",
            "name": "STL",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4eb1900-f10b-4553-97c6-c3e483cfb5a8/?format=api"
        },
        {
            "id": "0b2ba650-2813-4ae2-b7c9-e514a30ca701",
            "gambit_id": "7dafae20-7788-4d1c-9e9c-43ee3e44d694",
            "last_updated": "2023-06-26T23:08:02.309569-04:00",
            "created_at": "2023-06-25T09:28:22.478134-04:00",
            "name": "CHC",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4eb1900-f10b-4553-97c6-c3e483cfb5a8/?format=api"
        }
    ]
}