GET /api/bet_types/c4094ef4-2140-4f51-867b-2fd195cc5ccf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4094ef4-2140-4f51-867b-2fd195cc5ccf",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f96555c-4e7c-472c-bac9-052d17bd1a04/?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": "Philadelphia Eagles",
                "amount": 6785.0
            },
            {
                "team": "Detroit Lions",
                "amount": 3215.0
            }
        ],
        "expected_reward_tokens": 9227.05,
        "profit_sb": 227.05,
        "profit_sb_percentage": 2.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "5145e9d3-0f9c-43da-bd46-ebe7f1bd26a8",
            "gambit_id": "ca1323ab-4a1f-44eb-9fbd-cf5546d69185",
            "last_updated": "2022-09-12T10:27:01.472431-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.36000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4094ef4-2140-4f51-867b-2fd195cc5ccf/?format=api"
        },
        {
            "id": "8387734d-1e91-4fa2-a3f5-0d8b7b89410f",
            "gambit_id": "af8cf4ba-dbbb-488f-8aeb-83c3963e5955",
            "last_updated": "2022-09-12T10:27:01.471046-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "2.87000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4094ef4-2140-4f51-867b-2fd195cc5ccf/?format=api"
        }
    ]
}