GET /api/bet_types/932c2ec4-f713-4d41-9827-d29eea3f983f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "932c2ec4-f713-4d41-9827-d29eea3f983f",
    "match": "https://api-prod.gambitprofit.com/api/matches/687dc8ed-4b39-432c-bc80-bbaa38b36051/?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 Wild",
                "amount": 7121.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 2879.0
            }
        ],
        "expected_reward_tokens": 9184.01,
        "profit_sb": 184.01,
        "profit_sb_percentage": 2.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "3954e308-cdfb-4c1a-9c3c-38a9cf0ec645",
            "gambit_id": "6fb4b11f-ad6d-4bb1-ad61-993a0153a1de",
            "last_updated": "2022-12-05T11:37:11.564720-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.29000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/932c2ec4-f713-4d41-9827-d29eea3f983f/?format=api"
        },
        {
            "id": "57fe3357-f527-4d1c-a105-d175454945cf",
            "gambit_id": "76b823c4-d1a9-479a-b0a6-407daa41b737",
            "last_updated": "2022-12-05T11:37:11.565732-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "3.19000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/932c2ec4-f713-4d41-9827-d29eea3f983f/?format=api"
        }
    ]
}