GET /api/bet_types/07009a41-e937-4734-8e6b-7645256782ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07009a41-e937-4734-8e6b-7645256782ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/39966913-33d8-4422-9d4c-2cdb7514998d/?format=api",
    "name": "Play the Odds",
    "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": "BOS",
                "amount": 5664.0
            },
            {
                "team": "NYY",
                "amount": 4336.0
            }
        ],
        "expected_reward_tokens": 9062.24,
        "profit_sb": 62.24,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "81083949-94ec-46b9-b59a-e519c00c2af1",
            "gambit_id": "63e9a775-d999-4d23-a129-9f74bfdf6270",
            "last_updated": "2022-09-15T11:07:09.400118-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07009a41-e937-4734-8e6b-7645256782ca/?format=api"
        },
        {
            "id": "a8c415b9-d5e0-46ea-8bbc-a4b9fd7a9fdc",
            "gambit_id": "788aa91d-ad52-4c56-ab07-95cff3a41621",
            "last_updated": "2022-09-15T11:07:09.401106-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07009a41-e937-4734-8e6b-7645256782ca/?format=api"
        }
    ]
}