GET /api/bet_types/843d3f3a-ee5b-4739-a375-22a8549be494/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "843d3f3a-ee5b-4739-a375-22a8549be494",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad96d76b-85b2-4007-ba3f-5c27c204973f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-01T01:56:51.446221-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 7017.0
            },
            {
                "team": "Draw",
                "amount": 2983.0
            }
        ],
        "expected_reward_tokens": 10946.52,
        "profit_sb": 1946.52,
        "profit_sb_percentage": 21.63,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 5629.0
            },
            {
                "team": "Draw",
                "amount": 2393.0
            },
            {
                "team": "Aston Villa",
                "amount": 1978.0
            }
        ],
        "expected_reward_tokens": 8781.24,
        "profit_sb": -218.76,
        "profit_sb_percentage": -2.43,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc744217-f020-4b70-ba92-d90b52c29114",
            "gambit_id": "3493f0e9-e962-45f2-968d-2d723ebed997",
            "last_updated": "2023-01-02T13:51:49.046386-05:00",
            "created_at": "2023-01-01T01:56:51.448712-05:00",
            "name": "Tottenham",
            "reward": "1.56000",
            "odds": "1.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/843d3f3a-ee5b-4739-a375-22a8549be494/?format=api"
        },
        {
            "id": "69787f8b-f17b-47f4-94ac-97f5abde0b53",
            "gambit_id": "12eb9643-ff97-41c1-ba77-cb4a9d2f688e",
            "last_updated": "2023-01-02T13:51:49.047641-05:00",
            "created_at": "2023-01-01T01:56:51.450004-05:00",
            "name": "Draw",
            "reward": "3.67000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/843d3f3a-ee5b-4739-a375-22a8549be494/?format=api"
        },
        {
            "id": "7b3776cb-1700-45c1-93da-1b3550e9d909",
            "gambit_id": "59ab92f3-b3df-4525-9aca-b457bea9e630",
            "last_updated": "2023-01-02T13:51:49.044897-05:00",
            "created_at": "2023-01-01T01:56:51.447420-05:00",
            "name": "Aston Villa",
            "reward": "4.44000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/843d3f3a-ee5b-4739-a375-22a8549be494/?format=api"
        }
    ]
}