GET /api/bet_types/9fcf6150-6239-43fb-869e-63df96d0cdd0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9fcf6150-6239-43fb-869e-63df96d0cdd0",
    "match": "https://api-prod.gambitprofit.com/api/matches/95b81720-c1c7-4442-a64d-0360aa86039c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-05T08:52:57.003889-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": "Colorado Avalanche",
                "amount": 6991.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3009.0
            }
        ],
        "expected_reward_tokens": 9507.76,
        "profit_sb": 7.76,
        "profit_sb_percentage": 0.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "b7f25057-0b45-457b-a495-f6f27719d9a1",
            "gambit_id": "43e5be95-9e12-4f60-ba64-d529398f1c0d",
            "last_updated": "2023-12-06T22:03:03.191111-05:00",
            "created_at": "2023-12-05T08:52:57.012784-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.36000",
            "odds": "1.37740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fcf6150-6239-43fb-869e-63df96d0cdd0/?format=api"
        },
        {
            "id": "29bc84e0-26b7-4344-b041-ec9de12679a5",
            "gambit_id": "556f1e74-9205-4dfa-a2e3-f46a72008da8",
            "last_updated": "2023-12-06T22:03:03.187262-05:00",
            "created_at": "2023-12-05T08:52:57.008476-05:00",
            "name": "Anaheim Ducks",
            "reward": "3.16000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fcf6150-6239-43fb-869e-63df96d0cdd0/?format=api"
        }
    ]
}