GET /api/bet_types/ed6d98c9-2a2a-4b82-95f3-dec2a2c5c52e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed6d98c9-2a2a-4b82-95f3-dec2a2c5c52e",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d663550-a4ff-4937-b0cf-a48d03c5f1bf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-07T08:28:02.260089-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": "MIL (F Peralta)",
                "amount": 6825.0
            },
            {
                "team": "COL (P Lambert)",
                "amount": 3175.0
            }
        ],
        "expected_reward_tokens": 9555.0,
        "profit_sb": 55.0,
        "profit_sb_percentage": 0.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "85e7ed59-35bd-45dc-a311-c8f235b688e7",
            "gambit_id": "20c6601a-ad83-4bc6-8f70-32639001fe42",
            "last_updated": "2023-08-09T10:43:17.841827-04:00",
            "created_at": "2023-08-07T08:28:02.268739-04:00",
            "name": "MIL (F Peralta)",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed6d98c9-2a2a-4b82-95f3-dec2a2c5c52e/?format=api"
        },
        {
            "id": "9c152247-5d6d-4355-a738-6ad2e614cb92",
            "gambit_id": "33d0e118-82bc-44aa-baca-4082836ac0df",
            "last_updated": "2023-08-09T10:43:17.836957-04:00",
            "created_at": "2023-08-07T08:28:02.264383-04:00",
            "name": "COL (P Lambert)",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed6d98c9-2a2a-4b82-95f3-dec2a2c5c52e/?format=api"
        }
    ]
}