GET /api/bet_types/193fa0c1-e26a-46b3-b864-ea04c1cd7641/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "193fa0c1-e26a-46b3-b864-ea04c1cd7641",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0f24485-6385-42c0-b0ca-be6d0369f71b/?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": "FC Dallas",
                "amount": 5743.0
            },
            {
                "team": "Philadelphia Union",
                "amount": 4257.0
            }
        ],
        "expected_reward_tokens": 12002.87,
        "profit_sb": 3002.87,
        "profit_sb_percentage": 33.37,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "FC Dallas",
                "amount": 4170.0
            },
            {
                "team": "Philadelphia Union",
                "amount": 3090.0
            },
            {
                "team": "Draw",
                "amount": 2740.0
            }
        ],
        "expected_reward_tokens": 8713.2,
        "profit_sb": -286.8,
        "profit_sb_percentage": -3.19,
        "recommended": false
    },
    "lines": [
        {
            "id": "3fadb10b-300b-4241-8940-b80915b7bafe",
            "gambit_id": "1e42f143-dae3-4da4-b045-b1a561e06140",
            "last_updated": "2022-08-18T10:46:53.804937-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Dallas",
            "reward": "2.09000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/193fa0c1-e26a-46b3-b864-ea04c1cd7641/?format=api"
        },
        {
            "id": "5c6f9ae7-61a3-436c-afea-623f3e519af2",
            "gambit_id": "61b4c124-a8ad-4979-aa3b-8e9a93a4ad27",
            "last_updated": "2022-08-18T10:46:53.804476-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Union",
            "reward": "2.82000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/193fa0c1-e26a-46b3-b864-ea04c1cd7641/?format=api"
        },
        {
            "id": "024af467-b6e9-476e-bc4c-985cbeadab3e",
            "gambit_id": "6865497b-b8d7-4e63-8474-c17c8e265db7",
            "last_updated": "2022-08-18T10:46:53.805392-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.18000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/193fa0c1-e26a-46b3-b864-ea04c1cd7641/?format=api"
        }
    ]
}