GET /api/bet_types/1733f03f-0113-4dd7-8a7e-a028e6420994/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1733f03f-0113-4dd7-8a7e-a028e6420994",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6a0ae37-6955-4823-87fb-5d6ff8d4531b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-13T09:32:22.995409-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": "391ba096-975a-4314-92c8-4e4acd2845e7",
            "gambit_id": "ef928353-2367-46a8-9a40-9f7dc7a19c54",
            "last_updated": "2023-04-17T15:02:11.298324-04:00",
            "created_at": "2023-04-13T09:32:22.996720-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1733f03f-0113-4dd7-8a7e-a028e6420994/?format=api"
        },
        {
            "id": "a13c2a39-4f8b-49f1-8a72-ef19d3c873b9",
            "gambit_id": "4565ec96-7629-4886-92b4-f33e822f1b57",
            "last_updated": "2023-04-17T15:02:11.299595-04:00",
            "created_at": "2023-04-13T09:32:22.998020-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1733f03f-0113-4dd7-8a7e-a028e6420994/?format=api"
        }
    ]
}