GET /api/bet_types/47dc622d-6829-4207-89f3-40e6fa161ec3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47dc622d-6829-4207-89f3-40e6fa161ec3",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6c87fd0-84ae-4045-9dc4-63604cd63e63/?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": "Boston Celtics",
                "amount": 8509.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 1491.0
            }
        ],
        "expected_reward_tokens": 9359.9,
        "profit_sb": 359.9,
        "profit_sb_percentage": 4.0,
        "recommended": true
    },
    "lines": [
        {
            "id": "5d3bc297-37aa-4f5c-abd0-697835cdbda8",
            "gambit_id": "e911dffc-9be0-46a4-b75b-89944d7d1abd",
            "last_updated": "2022-11-10T09:13:50.789686-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.10000",
            "odds": "1.11110",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47dc622d-6829-4207-89f3-40e6fa161ec3/?format=api"
        },
        {
            "id": "fb5c7618-8141-4e72-8160-c1ae653d4831",
            "gambit_id": "a6c9aa34-b961-443f-861e-0d2fd378ce01",
            "last_updated": "2022-11-10T09:13:50.790639-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "6.28000",
            "odds": "7.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47dc622d-6829-4207-89f3-40e6fa161ec3/?format=api"
        }
    ]
}