GET /api/bet_types/4f29117f-ca31-45e9-8fda-0dcc5b7367fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f29117f-ca31-45e9-8fda-0dcc5b7367fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/aac6dc37-57a2-4f11-a1e0-d1aa6f9ce0f9/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "50317071-ce5b-476a-a61d-4f83615d7e8b",
            "gambit_id": "81d5e9aa-297b-4bcb-a14f-fabff568b339",
            "last_updated": "2022-12-12T09:37:28.592513-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f29117f-ca31-45e9-8fda-0dcc5b7367fb/?format=api"
        },
        {
            "id": "e5f86dde-2145-4c80-b1c6-3000aae26fc2",
            "gambit_id": "382d7ad4-853e-441e-adc7-2ec341769bf3",
            "last_updated": "2022-12-12T09:37:28.593686-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f29117f-ca31-45e9-8fda-0dcc5b7367fb/?format=api"
        }
    ]
}