GET /api/bet_types/587eaff3-9050-44bf-b955-5b9b5b5000fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "587eaff3-9050-44bf-b955-5b9b5b5000fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/df849ce1-9121-46ea-af60-873851d04e6c/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-03T09:37:57.197305-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0fbc5e54-e4b2-4dc4-a4dc-6a25b94130ca",
            "gambit_id": "4b95883f-713c-4533-97d8-551917116634",
            "last_updated": "2024-01-05T13:58:01.687083-05:00",
            "created_at": "2024-01-03T09:37:57.201985-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/587eaff3-9050-44bf-b955-5b9b5b5000fe/?format=api"
        },
        {
            "id": "b93820f0-656b-4d42-ba98-3f26f42a424c",
            "gambit_id": "1a31a025-faf7-4f04-ba8c-463a5712d321",
            "last_updated": "2024-01-05T13:58:01.691625-05:00",
            "created_at": "2024-01-03T09:37:57.206097-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/587eaff3-9050-44bf-b955-5b9b5b5000fe/?format=api"
        }
    ]
}