GET /api/bet_types/0b6fda51-e78f-4b2f-b1fa-1a0fcde57f12/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b6fda51-e78f-4b2f-b1fa-1a0fcde57f12",
    "match": "https://api-prod.gambitprofit.com/api/matches/3eefaa6d-cfee-4001-9d10-0327321a4a2a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-05T10:08:11.392101-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": "TEX (J Gray)",
                "amount": 5827.0
            },
            {
                "team": "MIA (G Soriano)",
                "amount": 4173.0
            }
        ],
        "expected_reward_tokens": 9556.17,
        "profit_sb": 56.17,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "b6a9e680-edcd-4e55-870b-f320e346e5e6",
            "gambit_id": "9dfc4771-0b7f-4e83-82ec-6087b08b70a8",
            "last_updated": "2023-08-07T14:58:06.524948-04:00",
            "created_at": "2023-08-05T10:08:11.404752-04:00",
            "name": "TEX (J Gray)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b6fda51-e78f-4b2f-b1fa-1a0fcde57f12/?format=api"
        },
        {
            "id": "cf7e0234-176f-4066-9d9e-3b3e685fd2a7",
            "gambit_id": "5fb8f7eb-b31e-4454-9a0b-5d60b7d4f53a",
            "last_updated": "2023-08-07T14:58:06.520806-04:00",
            "created_at": "2023-08-05T10:08:11.399195-04:00",
            "name": "MIA (G Soriano)",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b6fda51-e78f-4b2f-b1fa-1a0fcde57f12/?format=api"
        }
    ]
}