GET /api/bet_types/0ea25ca2-d968-40a2-b8e7-4ad3ffb91d6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ea25ca2-d968-40a2-b8e7-4ad3ffb91d6a",
    "match": "https://api-prod.gambitprofit.com/api/matches/634220ad-4051-4d95-a044-37322d5dc7c4/?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 Mavericks",
                "amount": 5574.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 4426.0
            }
        ],
        "expected_reward_tokens": 9029.04,
        "profit_sb": 29.04,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "9d3806ad-6933-4eb7-8135-d293752cf253",
            "gambit_id": "3fc305dd-181f-4862-b389-09df4625a81d",
            "last_updated": "2022-12-22T10:37:31.582334-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.62000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ea25ca2-d968-40a2-b8e7-4ad3ffb91d6a/?format=api"
        },
        {
            "id": "c778ddff-9e25-47da-95d9-2532ef6f9ae6",
            "gambit_id": "c0c44f91-3240-4021-8aa1-6cba64388896",
            "last_updated": "2022-12-22T10:37:31.581216-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "2.04000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ea25ca2-d968-40a2-b8e7-4ad3ffb91d6a/?format=api"
        }
    ]
}