GET /api/bet_types/de3ff3c1-b35a-49cd-a326-0cfe8d0ba04f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de3ff3c1-b35a-49cd-a326-0cfe8d0ba04f",
    "match": "https://api-prod.gambitprofit.com/api/matches/d922a3c8-9711-4d91-8bb3-4fdffa18d2ed/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-28T14:21:59.411612-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e13dab9b-5c63-47a4-b75c-8e2a6845b27a",
            "gambit_id": "a369d3e6-37a7-4094-8375-ac0892f03273",
            "last_updated": "2023-04-30T15:06:55.047159-04:00",
            "created_at": "2023-04-28T14:21:59.416162-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de3ff3c1-b35a-49cd-a326-0cfe8d0ba04f/?format=api"
        },
        {
            "id": "b31110fd-8893-453a-b4b4-5ae059f2cc54",
            "gambit_id": "09030494-0921-43b1-8dea-3e650a64b719",
            "last_updated": "2023-04-30T15:06:55.045174-04:00",
            "created_at": "2023-04-28T14:21:59.413682-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de3ff3c1-b35a-49cd-a326-0cfe8d0ba04f/?format=api"
        }
    ]
}