GET /api/bet_types/cf04b317-bfae-470b-9b50-039052078f3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf04b317-bfae-470b-9b50-039052078f3a",
    "match": "https://api-prod.gambitprofit.com/api/matches/020e697a-ced0-4ab4-ab00-3e40cc11c9fd/?format=api",
    "name": "FreeForm",
    "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": "Even",
                "amount": 5000.0
            },
            {
                "team": "Odd",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "bab803ca-764d-410b-bd99-448d02d0e616",
            "gambit_id": "4144f974-bbed-48c5-8b3d-d74d24540627",
            "last_updated": "2022-08-28T11:27:27.822754-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf04b317-bfae-470b-9b50-039052078f3a/?format=api"
        },
        {
            "id": "2e4646c6-51b1-4864-b484-dd0db78bba12",
            "gambit_id": "a5210cf6-959a-4012-ba40-102d5ddf62dd",
            "last_updated": "2022-08-28T11:27:27.823234-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf04b317-bfae-470b-9b50-039052078f3a/?format=api"
        }
    ]
}