GET /api/bet_types/46abff2c-2c5c-4740-8eca-9a6b080faaa9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46abff2c-2c5c-4740-8eca-9a6b080faaa9",
    "match": "https://api-prod.gambitprofit.com/api/matches/47fd2fbe-9b56-4dd5-96cb-235a9086b011/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Faze Clan",
                "amount": 7012.0
            },
            {
                "team": "Astralis",
                "amount": 2988.0
            }
        ],
        "expected_reward_tokens": 8904.24,
        "profit_sb": -95.76,
        "profit_sb_percentage": -1.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "7183e225-065f-4787-8337-ee956ad1aa0b",
            "gambit_id": "63e22f31-27d1-4539-9833-1f5cc215b6d9",
            "last_updated": "2022-08-29T14:46:59.029684-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Faze Clan",
            "reward": "1.27000",
            "odds": "1.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46abff2c-2c5c-4740-8eca-9a6b080faaa9/?format=api"
        },
        {
            "id": "05b67549-ed39-489b-8cb1-1463ddc61ce7",
            "gambit_id": "24b64272-92d7-46bf-92bd-04d52f18787a",
            "last_updated": "2022-08-29T14:46:59.029179-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Astralis",
            "reward": "2.98000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46abff2c-2c5c-4740-8eca-9a6b080faaa9/?format=api"
        }
    ]
}