GET /api/bet_types/8f002bcf-af3b-4ce7-8c1e-05ff81a3ca8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f002bcf-af3b-4ce7-8c1e-05ff81a3ca8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/255232c8-0836-4fff-8c1a-3075aaf77c7e/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Seattle Sounders",
                "amount": 6933.0
            },
            {
                "team": "Draw",
                "amount": 3067.0
            }
        ],
        "expected_reward_tokens": 11162.13,
        "profit_sb": 2162.13,
        "profit_sb_percentage": 24.02,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Seattle Sounders",
                "amount": 5475.0
            },
            {
                "team": "Draw",
                "amount": 2422.0
            },
            {
                "team": "Real Salt Lake",
                "amount": 2104.0
            }
        ],
        "expected_reward_tokens": 8814.75,
        "profit_sb": -185.25,
        "profit_sb_percentage": -2.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "618fac81-9008-4b52-af41-5ec3f22c8f94",
            "gambit_id": "50ed3a58-9c78-4a86-ab7d-c7608e43e445",
            "last_updated": "2022-08-15T14:36:55.933172-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Sounders",
            "reward": "1.61000",
            "odds": "1.67000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f002bcf-af3b-4ce7-8c1e-05ff81a3ca8d/?format=api"
        },
        {
            "id": "5e0b2715-55a5-4794-85d1-9c405f5a49f3",
            "gambit_id": "262929b5-9574-4a7c-8775-cf45e79eb4f4",
            "last_updated": "2022-08-15T14:36:55.933645-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.64000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f002bcf-af3b-4ce7-8c1e-05ff81a3ca8d/?format=api"
        },
        {
            "id": "fcf8e418-371f-4485-a4ed-a4c8f46beca5",
            "gambit_id": "20fc3415-15f8-44d7-a045-c8071424d62d",
            "last_updated": "2022-08-15T14:36:55.932659-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Real Salt Lake",
            "reward": "4.19000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f002bcf-af3b-4ce7-8c1e-05ff81a3ca8d/?format=api"
        }
    ]
}