GET /api/bet_types/d999c929-2a07-4b81-8637-74d668cd92c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d999c929-2a07-4b81-8637-74d668cd92c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2422bea-d369-4e71-b628-2e25c1fcffcc/?format=api",
    "name": "Pick the Winner",
    "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": "Minnesota Vikings",
                "amount": 6256.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 3744.0
            }
        ],
        "expected_reward_tokens": 9133.76,
        "profit_sb": 133.76,
        "profit_sb_percentage": 1.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "ea60a04d-6699-482e-b458-3959a4e9d157",
            "gambit_id": "6359cbf7-7181-4c9f-9116-75b2eba7a358",
            "last_updated": "2022-12-19T12:02:18.104666-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d999c929-2a07-4b81-8637-74d668cd92c8/?format=api"
        },
        {
            "id": "d4fe546f-f994-4336-8184-2aa22913129c",
            "gambit_id": "bf5d883e-7388-44bb-ae5d-502fa83ee1ca",
            "last_updated": "2022-12-19T12:02:18.105723-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indianapolis Colts",
            "reward": "2.44000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d999c929-2a07-4b81-8637-74d668cd92c8/?format=api"
        }
    ]
}