GET /api/bet_types/18e66337-7705-4a1a-a7bc-c44446fcdea4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18e66337-7705-4a1a-a7bc-c44446fcdea4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c033dc98-4551-4f34-bc94-bbc18e5cb4ae/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-02T10:08:22.225815-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": "Randy Brown",
                "amount": 6868.0
            },
            {
                "team": "Muslim Salikhov",
                "amount": 3132.0
            }
        ],
        "expected_reward_tokens": 9270.72,
        "profit_sb": -229.28,
        "profit_sb_percentage": -2.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "28af2f06-be0d-4ab8-b3a3-b6eca9f7d31e",
            "gambit_id": "26f7e19c-b7a9-4da8-b249-a02426a787dd",
            "last_updated": "2024-02-06T09:33:13.960193-05:00",
            "created_at": "2024-02-02T10:08:22.229807-05:00",
            "name": "Randy Brown",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18e66337-7705-4a1a-a7bc-c44446fcdea4/?format=api"
        },
        {
            "id": "efda6bee-2d79-4ff9-b0d9-acf98bcec4d7",
            "gambit_id": "58d413fa-f0e4-4230-9ee1-0d9c78b0feff",
            "last_updated": "2024-02-06T09:33:13.964212-05:00",
            "created_at": "2024-02-02T10:08:22.233734-05:00",
            "name": "Muslim Salikhov",
            "reward": "2.96000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18e66337-7705-4a1a-a7bc-c44446fcdea4/?format=api"
        }
    ]
}