GET /api/bet_types/159e8306-b492-4255-a382-27f1cd7cc886/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "159e8306-b492-4255-a382-27f1cd7cc886",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e736ba2-676c-49ed-ae55-2a6d587c53fa/?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": "Arizona Cardinals",
                "amount": 5607.0
            },
            {
                "team": "Seattle Seahawks",
                "amount": 4393.0
            }
        ],
        "expected_reward_tokens": 9531.9,
        "profit_sb": 31.9,
        "profit_sb_percentage": 0.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "a2714e8a-2d06-4cb8-93d0-104e1f62f886",
            "gambit_id": "f8ac5bd3-190d-4699-8b30-2c9c2916874c",
            "last_updated": "2022-10-17T15:12:29.594929-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "1.70000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/159e8306-b492-4255-a382-27f1cd7cc886/?format=api"
        },
        {
            "id": "5b8303e6-b7a1-4442-8bfd-c24ceecd8e09",
            "gambit_id": "06765ceb-9434-413d-86e0-ae3e657571b8",
            "last_updated": "2022-10-17T15:12:29.593938-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "2.17000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/159e8306-b492-4255-a382-27f1cd7cc886/?format=api"
        }
    ]
}