GET /api/bet_types/42ac70a9-81f4-4217-ac25-5c71906dd48c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42ac70a9-81f4-4217-ac25-5c71906dd48c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8823014f-c844-4164-bd02-99250f96624c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-19T08:08:07.451647-04: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": 6100.0
            },
            {
                "team": "MIN",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "a35b39b6-6aab-4a7f-926c-68ef72d50cff",
            "gambit_id": "daf01ae6-6e48-4026-b0ce-161b70e728e1",
            "last_updated": "2023-06-20T10:03:20.575206-04:00",
            "created_at": "2023-06-19T08:08:07.453310-04:00",
            "name": "BOS",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42ac70a9-81f4-4217-ac25-5c71906dd48c/?format=api"
        },
        {
            "id": "133a8610-5ef1-4295-9803-df837c874048",
            "gambit_id": "9a88a587-9c50-4373-8488-49a2764f335f",
            "last_updated": "2023-06-20T10:03:20.577817-04:00",
            "created_at": "2023-06-19T08:08:07.455298-04:00",
            "name": "MIN",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42ac70a9-81f4-4217-ac25-5c71906dd48c/?format=api"
        }
    ]
}