GET /api/bet_types/6c81671c-523a-4e51-90fb-67f15bbef928/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c81671c-523a-4e51-90fb-67f15bbef928",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1f9dfc8-b7c7-462a-a17e-16a35dd7b0ca/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-17T11:06:50.876377-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": "BAL (K Bradish)",
                "amount": 5909.0
            },
            {
                "team": "LAA (G Canning)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "47cb3ef2-184a-461f-b302-4c5d659fd7cd",
            "gambit_id": "fe46843c-8c86-4c88-8e3d-86c9fe2e025d",
            "last_updated": "2023-05-18T11:47:19.496562-04:00",
            "created_at": "2023-05-17T11:06:50.878268-04:00",
            "name": "BAL (K Bradish)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c81671c-523a-4e51-90fb-67f15bbef928/?format=api"
        },
        {
            "id": "8107855c-e828-4917-9de3-c4f719c70e14",
            "gambit_id": "678433c8-165c-42db-bcdc-73c08ecfbd2d",
            "last_updated": "2023-05-18T11:47:19.497861-04:00",
            "created_at": "2023-05-17T11:06:50.880143-04:00",
            "name": "LAA (G Canning)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c81671c-523a-4e51-90fb-67f15bbef928/?format=api"
        }
    ]
}