GET /api/bet_types/c295bb4c-fe03-459d-ac2a-9cbca56b0d7a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c295bb4c-fe03-459d-ac2a-9cbca56b0d7a",
    "match": "https://api-prod.gambitprofit.com/api/matches/4335781d-7f07-4d0e-863e-455d42be6700/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-15T14:52:13.603914-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": "Auburn",
                "amount": 5213.0
            },
            {
                "team": "Iowa",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "07c64bad-ff75-4106-8a81-1822c89f0f9f",
            "gambit_id": "c5eded08-b438-4c1a-bafe-d1fcee1ddbf6",
            "last_updated": "2023-03-17T10:42:21.357513-04:00",
            "created_at": "2023-03-15T14:52:13.606088-04:00",
            "name": "Auburn",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c295bb4c-fe03-459d-ac2a-9cbca56b0d7a/?format=api"
        },
        {
            "id": "fffde02a-e05d-4491-8120-49020dd5de1d",
            "gambit_id": "0c4f009d-167f-4e02-a5a7-1d24f44297d0",
            "last_updated": "2023-03-17T10:42:21.355845-04:00",
            "created_at": "2023-03-15T14:52:13.604992-04:00",
            "name": "Iowa",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c295bb4c-fe03-459d-ac2a-9cbca56b0d7a/?format=api"
        }
    ]
}