GET /api/bet_types/71b6ad69-2233-482f-b534-2cfebfbeef34/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71b6ad69-2233-482f-b534-2cfebfbeef34",
    "match": "https://api-prod.gambitprofit.com/api/matches/1526c3db-1584-4954-aae7-bdb5bba54a91/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-11T12:21:52.214046-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 6287.0
            },
            {
                "team": "Draw",
                "amount": 3713.0
            }
        ],
        "expected_reward_tokens": 11693.82,
        "profit_sb": 2693.82,
        "profit_sb_percentage": 29.93,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 4668.0
            },
            {
                "team": "Draw",
                "amount": 2756.0
            },
            {
                "team": "Leeds United",
                "amount": 2576.0
            }
        ],
        "expected_reward_tokens": 8681.12,
        "profit_sb": -318.88,
        "profit_sb_percentage": -3.54,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d91aa79-8023-4259-b0d4-f949b54299e0",
            "gambit_id": "457a57eb-9fe7-4b8f-aeee-9cdb8922065d",
            "last_updated": "2023-01-14T20:22:16.147151-05:00",
            "created_at": "2023-01-11T12:21:52.216435-05:00",
            "name": "Aston Villa",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71b6ad69-2233-482f-b534-2cfebfbeef34/?format=api"
        },
        {
            "id": "84c73e09-049b-4f6e-be2b-418b4b7c9ef0",
            "gambit_id": "6c1b7d79-ebc6-4f1b-8296-4d57411b1e82",
            "last_updated": "2023-01-14T20:22:16.150425-05:00",
            "created_at": "2023-01-11T12:21:52.217673-05:00",
            "name": "Draw",
            "reward": "3.15000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71b6ad69-2233-482f-b534-2cfebfbeef34/?format=api"
        },
        {
            "id": "2902383d-b2a2-4e41-9db3-9a0a336b826e",
            "gambit_id": "54527309-fba5-4ad5-b968-9cbfe460f529",
            "last_updated": "2023-01-14T20:22:16.143944-05:00",
            "created_at": "2023-01-11T12:21:52.215205-05:00",
            "name": "Leeds United",
            "reward": "3.37000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71b6ad69-2233-482f-b534-2cfebfbeef34/?format=api"
        }
    ]
}