GET /api/bet_types/fe803a80-6995-4fd2-a876-4eb245c703f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe803a80-6995-4fd2-a876-4eb245c703f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f145548-71da-4f97-830d-851e9efafc16/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-18T09:38:26.936891-05: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": "Memphis Grizzlies",
                "amount": 5107.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "70d76308-db8b-4d73-ab88-9f96c306591d",
            "gambit_id": "fe246efc-f156-4aad-9de5-5f52bd2b7010",
            "last_updated": "2023-11-20T14:38:30.248240-05:00",
            "created_at": "2023-11-18T09:38:26.942319-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe803a80-6995-4fd2-a876-4eb245c703f4/?format=api"
        },
        {
            "id": "4fdc67f2-b990-4ca3-bb6a-6982b9c32c6c",
            "gambit_id": "5a2af280-2030-41a6-ac53-ab5da38c370c",
            "last_updated": "2023-11-20T14:38:30.251723-05:00",
            "created_at": "2023-11-18T09:38:26.946773-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe803a80-6995-4fd2-a876-4eb245c703f4/?format=api"
        }
    ]
}