GET /api/bet_types/24425fcf-a75d-4c45-bd71-fc71aefea551/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24425fcf-a75d-4c45-bd71-fc71aefea551",
    "match": "https://api-prod.gambitprofit.com/api/matches/70336375-6083-4f9c-9903-05c03edaac8a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-26T12:43:15.199129-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": "LOS (B Miller)",
                "amount": 6627.0
            },
            {
                "team": "COL (R Feltner)",
                "amount": 3373.0
            }
        ],
        "expected_reward_tokens": 9476.61,
        "profit_sb": -23.39,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "8b78848c-70dd-4362-a41b-4b600ddbb718",
            "gambit_id": "1013b77c-9614-4707-b418-cf4c2587f8e0",
            "last_updated": "2023-09-27T18:48:11.141343-04:00",
            "created_at": "2023-09-26T12:43:15.205949-04:00",
            "name": "LOS (B Miller)",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24425fcf-a75d-4c45-bd71-fc71aefea551/?format=api"
        },
        {
            "id": "7f4d3005-0a1d-4570-9c26-5f5837987094",
            "gambit_id": "dd423539-9ab7-409d-bf61-a914b85a299d",
            "last_updated": "2023-09-27T18:48:11.144581-04:00",
            "created_at": "2023-09-26T12:43:15.225432-04:00",
            "name": "COL (R Feltner)",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24425fcf-a75d-4c45-bd71-fc71aefea551/?format=api"
        }
    ]
}