GET /api/bet_types/53f6844c-1be6-4c73-8b01-a91d581b7bee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53f6844c-1be6-4c73-8b01-a91d581b7bee",
    "match": "https://api-prod.gambitprofit.com/api/matches/30757b1e-8788-4142-b0b2-7d0732065ab3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-30T10:27:10.042017-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": "Washington Wizards",
                "amount": 6324.0
            },
            {
                "team": "Orlando Magic",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9042.96,
        "profit_sb": 42.96,
        "profit_sb_percentage": 0.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "9ebd9724-d2fe-4bab-9da1-3a69a223de5c",
            "gambit_id": "3feafed1-28b6-4e32-8537-4dadc4ca4d79",
            "last_updated": "2022-12-31T14:16:52.957992-05:00",
            "created_at": "2022-12-30T10:27:10.044647-05:00",
            "name": "Washington Wizards",
            "reward": "1.43000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53f6844c-1be6-4c73-8b01-a91d581b7bee/?format=api"
        },
        {
            "id": "d3dc74b5-ed24-472f-881a-6b4123a93050",
            "gambit_id": "3931e622-d120-483a-b942-20f636ece9d6",
            "last_updated": "2022-12-31T14:16:52.956866-05:00",
            "created_at": "2022-12-30T10:27:10.043413-05:00",
            "name": "Orlando Magic",
            "reward": "2.46000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53f6844c-1be6-4c73-8b01-a91d581b7bee/?format=api"
        }
    ]
}