GET /api/bet_types/6a0f6b3c-36d7-423c-947e-a2287ae2b0d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a0f6b3c-36d7-423c-947e-a2287ae2b0d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9dfc0aa-49d1-4cdb-9a0a-8ab750b9f8e6/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Dallas Stars",
                "amount": 6266.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3734.0
            }
        ],
        "expected_reward_tokens": 9148.3,
        "profit_sb": 148.3,
        "profit_sb_percentage": 1.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "f6b2d7e7-8ca6-400d-94a4-83301856524c",
            "gambit_id": "f754a935-771a-4f2e-ab08-00a80de1ed5a",
            "last_updated": "2022-11-14T15:17:45.820878-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a0f6b3c-36d7-423c-947e-a2287ae2b0d8/?format=api"
        },
        {
            "id": "75221dac-c3c4-420b-a2da-7726c684f4b7",
            "gambit_id": "e3e69827-204a-49a2-b084-55d009966286",
            "last_updated": "2022-11-14T15:17:45.819905-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.45000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a0f6b3c-36d7-423c-947e-a2287ae2b0d8/?format=api"
        }
    ]
}