GET /api/bet_types/4b1ffc58-51cc-4ef2-bf03-e14567329881/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b1ffc58-51cc-4ef2-bf03-e14567329881",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d7f436e-3b43-4a12-9178-52e030c6d134/?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": "Ajax Amsterdam",
                "amount": 6772.0
            },
            {
                "team": "Glasgow Rangers",
                "amount": 3228.0
            }
        ],
        "expected_reward_tokens": 11715.56,
        "profit_sb": 2715.56,
        "profit_sb_percentage": 30.17,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Ajax Amsterdam",
                "amount": 5120.0
            },
            {
                "team": "Glasgow Rangers",
                "amount": 2440.0
            },
            {
                "team": "Draw",
                "amount": 2440.0
            }
        ],
        "expected_reward_tokens": 8857.2,
        "profit_sb": -142.8,
        "profit_sb_percentage": -1.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4c65b07-b18c-4152-a98e-7a25b257a205",
            "gambit_id": "563271b6-320e-4b5d-97df-da07840aaf24",
            "last_updated": "2022-11-02T21:07:11.397231-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ajax Amsterdam",
            "reward": "1.73000",
            "odds": "1.83000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b1ffc58-51cc-4ef2-bf03-e14567329881/?format=api"
        },
        {
            "id": "68de461e-830d-4ba3-b29f-6057ee522f0c",
            "gambit_id": "f44f9770-7e24-4a43-bde8-caedaf965b2d",
            "last_updated": "2022-11-02T21:07:11.398189-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Glasgow Rangers",
            "reward": "3.63000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b1ffc58-51cc-4ef2-bf03-e14567329881/?format=api"
        },
        {
            "id": "a83ab3a4-2029-4c03-beba-046dfe20102d",
            "gambit_id": "1e6692eb-7b47-440e-a3e7-def03a782883",
            "last_updated": "2022-11-02T21:07:11.399144-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.63000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b1ffc58-51cc-4ef2-bf03-e14567329881/?format=api"
        }
    ]
}