GET /api/bet_types/7d315e2f-1f79-4875-8e58-fe66940caf95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d315e2f-1f79-4875-8e58-fe66940caf95",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e15892c-92e2-48c8-95c7-d04c005a3772/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-05T10:08:11.655501-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": "Toronto Blue Jays",
                "amount": 6154.0
            },
            {
                "team": "Boston Red Sox",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "954f7c6b-75e2-4e55-b434-77f4d44cadbb",
            "gambit_id": "0ce72011-9d33-45de-ab88-428d5f61f14a",
            "last_updated": "2023-08-07T14:58:06.780308-04:00",
            "created_at": "2023-08-05T10:08:11.660313-04:00",
            "name": "Toronto Blue Jays",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d315e2f-1f79-4875-8e58-fe66940caf95/?format=api"
        },
        {
            "id": "ae0090ea-f705-4013-9e55-24e64499eb5c",
            "gambit_id": "4aa1064e-8f5a-402f-8631-8bb584b98639",
            "last_updated": "2023-08-07T14:58:06.784015-04:00",
            "created_at": "2023-08-05T10:08:11.677638-04:00",
            "name": "Boston Red Sox",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d315e2f-1f79-4875-8e58-fe66940caf95/?format=api"
        }
    ]
}