GET /api/bet_types/f83d4d5f-706f-4e22-8964-a6375e299197/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f83d4d5f-706f-4e22-8964-a6375e299197",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b1ebab6-2bab-489d-a284-7a3b86c4a94c/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-04T09:43:02.056983-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",
                "amount": 5000.0
            },
            {
                "team": "Michigan",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ef81120-3027-4c80-b972-f4ae258afec1",
            "gambit_id": "c28be121-02b1-4881-a812-ca723fc535aa",
            "last_updated": "2024-01-09T22:18:08.495838-05:00",
            "created_at": "2024-01-04T09:43:02.063397-05:00",
            "name": "Washington",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f83d4d5f-706f-4e22-8964-a6375e299197/?format=api"
        },
        {
            "id": "17b0aec3-0634-4bfe-bd5c-01d0ea031bef",
            "gambit_id": "7962d099-bb08-4179-a056-1052078f229d",
            "last_updated": "2024-01-09T22:18:08.505148-05:00",
            "created_at": "2024-01-04T09:43:02.070278-05:00",
            "name": "Michigan",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f83d4d5f-706f-4e22-8964-a6375e299197/?format=api"
        }
    ]
}